projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ixp4xx
[openwrt.git]
/
target
/
linux
/
ixp4xx-2.6
/
image
/
Makefile
diff --git
a/target/linux/ixp4xx-2.6/image/Makefile
b/target/linux/ixp4xx-2.6/image/Makefile
index
23a0644
..
79979ec
100644
(file)
--- a/
target/linux/ixp4xx-2.6/image/Makefile
+++ b/
target/linux/ixp4xx-2.6/image/Makefile
@@
-15,6
+15,8
@@
endef
define Image/BuildKernel
cp $(LINUX_DIR)/arch/arm/boot/zImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-zImage
+# $(shell BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/arm-magic.sh)
+ BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/arm-magic.sh
endef
define Image/Build
This page took
0.019637 seconds
and
4
git commands to generate.