X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/87bf70a976191a8ca91b29bafe9c3e760338571d..9b7cc699dfd90235b08dfeb0fe0acb5679bc3b7d:/openwrt/target/jffs2/jffs2root.mk diff --git a/openwrt/target/jffs2/jffs2root.mk b/openwrt/target/jffs2/jffs2root.mk index a6e085552..75f55aebb 100644 --- a/openwrt/target/jffs2/jffs2root.mk +++ b/openwrt/target/jffs2/jffs2root.mk @@ -44,16 +44,3 @@ 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 - -