summaryrefslogtreecommitdiff
path: root/target/linux/ixp4xx-2.6/image/Makefile
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
commitb66e463bbf7a83c932fb858cd712e9b57cbdedcd (patch)
tree7db6235b770752ef65253ae131da3dbce0d3f551 /target/linux/ixp4xx-2.6/image/Makefile
parentcfaae1d322372540373434440a1905170d3755aa (diff)
downloadmtk-20170518-b66e463bbf7a83c932fb858cd712e9b57cbdedcd.zip
mtk-20170518-b66e463bbf7a83c932fb858cd712e9b57cbdedcd.tar.gz
mtk-20170518-b66e463bbf7a83c932fb858cd712e9b57cbdedcd.tar.bz2
upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ixp4xx
SVN-Revision: 5856
Diffstat (limited to 'target/linux/ixp4xx-2.6/image/Makefile')
-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 23a0644..79979ec 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