X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4c8ec5eb4c4c3551ec5fa65f3bc6e68a950550ac..62c006e74f23b828406b4c3633c6149f38046ed8:/target/jffs2/jffs2root.mk?ds=sidebyside diff --git a/target/jffs2/jffs2root.mk b/target/jffs2/jffs2root.mk index 7d30f4cc9..75f55aebb 100644 --- a/target/jffs2/jffs2root.mk +++ b/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-jffs2: openwrt-g-code.bin.jffs2 - -