diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-12-19 13:14:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-12-19 13:14:06 +0000 |
commit | b66e463bbf7a83c932fb858cd712e9b57cbdedcd (patch) | |
tree | 7db6235b770752ef65253ae131da3dbce0d3f551 /target/linux/ixp4xx-2.6/image | |
parent | cfaae1d322372540373434440a1905170d3755aa (diff) | |
download | upstream-b66e463bbf7a83c932fb858cd712e9b57cbdedcd.tar.gz upstream-b66e463bbf7a83c932fb858cd712e9b57cbdedcd.tar.bz2 upstream-b66e463bbf7a83c932fb858cd712e9b57cbdedcd.zip |
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')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/Makefile | 2 |
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 |