mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 07:51:55 +02:00
Generate a flashable image for the NSLU2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5893 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
375bfab5d5
commit
85f442856c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user