From 86651a99d42e5030286b1c68e0702d2aeaaf8671 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 31 Oct 2015 09:28:42 +0000 Subject: [PATCH] oxnas: image: Remove custom mkfs targz override as base should be fine now MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It was wrong anyway, missing file sort order parameter which was fixed in base month ago. Signed-off-by: Petr Å tetiar git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47314 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 f6abd6d293..5a96bad51b 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),) -- 2.11.0