projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compile warning
[openwrt.git]
/
openwrt
/
target
/
linux
/
image
/
soekris
/
Makefile
diff --git
a/openwrt/target/linux/image/soekris/Makefile
b/openwrt/target/linux/image/soekris/Makefile
index
0b4fba9
..
37600c9
100644
(file)
--- a/
openwrt/target/linux/image/soekris/Makefile
+++ b/
openwrt/target/linux/image/soekris/Makefile
@@
-27,7
+27,10
@@
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz: $(KDIR)/bzImage
cp $^ $@
+clean:
prepare:
compile:
install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
-
+install-ib:
+ mkdir -p $(IB_DIR)/build_$(ARCH)/linux-$(KERNEL)-$(BOARD)
+ cp -fpR $(KDIR)/bzImage $(IB_DIR)/build_$(ARCH)/linux-$(KERNEL)-$(BOARD)/
This page took
0.019798 seconds
and
4
git commands to generate.