diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-12-23 08:10:35 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-12-23 08:10:35 +0000 |
commit | 3b1b2f87662123721485d5e5ee8a3a0d388e663e (patch) | |
tree | 2ca696e3c21552d830cc593392b0a100fe28e372 /target/linux/ixp4xx-2.6 | |
parent | 8d7d08d7b7bb49156fac023005c3347b3af00dd6 (diff) | |
download | upstream-3b1b2f87662123721485d5e5ee8a3a0d388e663e.tar.gz upstream-3b1b2f87662123721485d5e5ee8a3a0d388e663e.tar.bz2 upstream-3b1b2f87662123721485d5e5ee8a3a0d388e663e.zip |
Generate a flashable image for the NSLU2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5893 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile index 79979ec78c..6142d09faf 100644 --- a/target/linux/ixp4xx-2.6/image/Makefile +++ b/target/linux/ixp4xx-2.6/image/Makefile @@ -29,6 +29,12 @@ 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 \ + -k $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-zImage \ + -r Ramdisk:1,Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \ + -p -o $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-$(1).bin +# -L $(BIN_DIR)/apex-nslu2-armeb.bin +# -m $(BIN_DIR)/NPE-B endef $(eval $(call BuildImage)) |