cleanup the whole addpattern / trx nonsense
[openwrt-10.03/.git] / target / jffs2 / jffs2root.mk
index 7d30f4cc983ac495bb4c5233910d4faf870ff6ca..75f55aebb56284a3832be4509ed6a41e08185708 100644 (file)
@@ -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
-
-