From 5ef5c44cfc1671df3b08c197454f7d2c9ca8c4d5 Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 12 Feb 2005 03:46:10 +0000 Subject: i am to lame for make, both targets can be build again git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@240 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/jffs2/jffs2root.mk | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'target/jffs2/jffs2root.mk') diff --git a/target/jffs2/jffs2root.mk b/target/jffs2/jffs2root.mk index 5dd79032f..a6e085552 100644 --- a/target/jffs2/jffs2root.mk +++ b/target/jffs2/jffs2root.mk @@ -35,8 +35,7 @@ jffs2root: mtd @rm -rf $(TARGET_DIR)/usr/man @rm -rf $(TARGET_DIR)/usr/info $(MKFS_JFFS2) --pad --little-endian --squash -e 0x20000 \ - -D target/default/device_table.txt -d $(TARGET_DIR) \ - -o $(IMAGE).jffs2 + -d $(TARGET_DIR) -o $(IMAGE).jffs2 jffs2root-source: $(DL_DIR)/$(MTD_SOURCE) @@ -46,5 +45,15 @@ jffs2root-clean: jffs2root-dirclean: rm -rf $(MTD_DIR) +openwrt-linux.trx.jffs2: + $(BUILD_DIR)/trx -o openwrt-linux.trx.jffs2 $(LINUX_DIR)/$(LINUX_BINLOC) $(IMAGE).jffs2 + +openwrt-gs-code.bin.jffs2: openwrt-linux.trx.jffs2 + $(BUILD_DIR)/addpattern -2 -i openwrt-linux.trx.jffs2 -o openwrt-gs-code.bin.jffs2 -g + +openwrt-g-code.bin.jffs2: openwrt-gs-code.bin.jffs2 + sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin.jffs2 > openwrt-g-code.bin.jffs2 + +openwrt-image: openwrt-g-code.bin.jffs2 -- cgit v1.2.3