aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-01-01 05:29:29 +0000
committerRod Whitby <rod@whitby.id.au>2007-01-01 05:29:29 +0000
commitfe70786b35e044b5e4f5e3254324d90825ef6103 (patch)
treebf4da59f45bfa064c8bd3d1f85446b10cf8799e8 /target
parenta01866ca1c079d9fec1ce58139233d563ab57c5e (diff)
downloadupstream-fe70786b35e044b5e4f5e3254324d90825ef6103.tar.gz
upstream-fe70786b35e044b5e4f5e3254324d90825ef6103.tar.bz2
upstream-fe70786b35e044b5e4f5e3254324d90825ef6103.zip
Include the IXP4XX NPE microcode into the NSLU2 firmware image.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ixp4xx-2.6/image/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile
index 3c85823913..9359c5b11e 100644
--- a/target/linux/ixp4xx-2.6/image/Makefile
+++ b/target/linux/ixp4xx-2.6/image/Makefile
@@ -43,10 +43,9 @@ endef
define Image/Build/jffs2-128k
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img bs=131072 conv=sync
BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/slugimage.pl \
- -L $(KDIR)/apex-nslu2-armeb.bin \
+ -L $(KDIR)/apex-nslu2-armeb.bin -m $(KDIR)/NPE-B \
-k $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-zImage \
-r Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \
- -m $(BIN_DIR)/NPE-B \
-p -o $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-$(1).bin
endef