[OpenWrt-Devel] [PATCH 8/8] oxnas: image: Remove custom mkfs targz override as base should be fine now

Petr Štetiar ynezz at true.cz
Fri Oct 30 19:52:35 EDT 2015


It was wrong anyway, missing file sort order parameter which was fixed
in base month ago.

Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 target/linux/oxnas/image/Makefile |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/target/linux/oxnas/image/Makefile b/target/linux/oxnas/image/Makefile
index f6abd6d..5a96bad 100644
--- a/target/linux/oxnas/image/Makefile
+++ b/target/linux/oxnas/image/Makefile
@@ -87,11 +87,6 @@ define Image/Build/squashfs
 	cp $(KDIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-squashfs-ubinized.bin $(BIN_DIR)
 endef
 
-define Image/mkfs/targz
-
-	$(TAR) -czpf $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-rootfs.tar.gz --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ .
-endef
-
 define Image/Build/ubifs
 
  ifneq ($($(PROFILE)_UBIFS_OPTS),)
-- 
1.7.9.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list