aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6/image
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-12-19 13:14:06 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-12-19 13:14:06 +0000
commit389aa7820922d900a84149814f077ae631af6883 (patch)
tree5a5d3853178957010f4ce118bdb7bef5b96462f9 /target/linux/ixp4xx-2.6/image
parentb488718665292ce8667e19f7f99f5a50cb25a4f6 (diff)
downloadupstream-389aa7820922d900a84149814f077ae631af6883.tar.gz
upstream-389aa7820922d900a84149814f077ae631af6883.tar.bz2
upstream-389aa7820922d900a84149814f077ae631af6883.zip
upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5856 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6/image')
-rw-r--r--target/linux/ixp4xx-2.6/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile
index 23a0644338..79979ec78c 100644
--- 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