X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b0797ce463f7f352df845dd988a4d67cd5ede7c1..2dde85630069fe4e531ce5c8bd41aeb7f5c00222:/target/linux/ixp4xx/image/Makefile?ds=sidebyside

diff --git a/target/linux/ixp4xx/image/Makefile b/target/linux/ixp4xx/image/Makefile
index 82f2e96d5..f4fe4cae1 100644
--- a/target/linux/ixp4xx/image/Makefile
+++ b/target/linux/ixp4xx/image/Makefile
@@ -26,10 +26,9 @@ define Image/Build/Freecom
 	$(INSTALL_DIR) $(TARGET_DIR)/boot
 	# TODO: Add special CMDLINE shim for webupgrade image here
 	$(CP) $(BIN_DIR)/openwrt-$(2)-zImage $(TARGET_DIR)/zImage
-	rm -rf $(TARGET_DIR)/{var,jffs,rom}
-	$(INSTALL_DIR) $(TARGET_DIR)/var
 	$(TAR) cfj $(BIN_DIR)/openwrt-$(2)-$(1).img --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ .
 	$(STAGING_DIR_HOST)/bin/encode_crc $(BIN_DIR)/openwrt-$(2)-$(1).img $(BIN_DIR)/openwrt-$(2)-$(1)-webupgrade.img
+	rm -f $(TARGET_DIR)/zImage
 endef
 
 define Image/Prepare