diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-03-25 06:11:47 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-03-25 06:11:47 +0000 |
commit | 8c03ac5b69537aad87703e6f247921f16a715cdf (patch) | |
tree | b063d4da5e7928ac058e15eaf206756e2082c2b0 /target/linux/ixp4xx/image/Makefile | |
parent | 6ec9c45b887ab8f5ccd1f0bb20d65a07bc7fa11d (diff) | |
download | mtk-20170518-8c03ac5b69537aad87703e6f247921f16a715cdf.zip mtk-20170518-8c03ac5b69537aad87703e6f247921f16a715cdf.tar.gz mtk-20170518-8c03ac5b69537aad87703e6f247921f16a715cdf.tar.bz2 |
apex: Create both 8MB and 16MB apex binaries
SVN-Revision: 10653
Diffstat (limited to 'target/linux/ixp4xx/image/Makefile')
-rw-r--r-- | target/linux/ixp4xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/image/Makefile b/target/linux/ixp4xx/image/Makefile index b23ebc3..e5368fb 100644 --- a/target/linux/ixp4xx/image/Makefile +++ b/target/linux/ixp4xx/image/Makefile @@ -14,7 +14,7 @@ define Image/Build/slug -r rootfs:$(BIN_DIR)/openwrt-$(BOARD)-$(1).img \ -p -o $(BIN_DIR)/openwrt-nslu2-$(1).bin BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/slugimage.pl \ - -F -L $(KDIR)/apex-nslu2-armeb.bin \ + -F -L $(KDIR)/apex-nslu2-16mb-armeb.bin \ -k $(BIN_DIR)/openwrt-nslu2-zImage \ -r rootfs:$(BIN_DIR)/openwrt-$(BOARD)-$(1).img \ -p -o $(BIN_DIR)/openwrt-nslu2-$(1)-16mb.bin |