From: Felix Fietkau Date: Sat, 31 Oct 2015 09:28:42 +0000 (+0000) Subject: oxnas: image: Remove custom mkfs targz override as base should be fine now X-Git-Tag: reboot~1704 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ea23d796f6c10164c210f09ccfa904a6ff6400c2 oxnas: image: Remove custom mkfs targz override as base should be fine now It was wrong anyway, missing file sort order parameter which was fixed in base month ago. Signed-off-by: Petr Štetiar SVN-Revision: 47314 --- 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),)