Skip to content
Snippets Groups Projects
Commit f3ad4057 authored by Rod Whitby's avatar Rod Whitby
Browse files

Generate a flashable image for the NSLU2

SVN-Revision: 5893
parent aa80149e
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,12 @@ endef ...@@ -29,6 +29,12 @@ endef
define Image/Build/jffs2-128k define Image/Build/jffs2-128k
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img bs=131072 conv=sync 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 endef
$(eval $(call BuildImage)) $(eval $(call BuildImage))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment