Author: nbd
Date: 2015-10-31 10:28:42 +0100 (Sat, 31 Oct 2015)
New Revision: 47314

Modified:
   trunk/target/linux/oxnas/image/Makefile
Log:
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 ?\197?\160tetiar <[email protected]>

Modified: trunk/target/linux/oxnas/image/Makefile
===================================================================
--- trunk/target/linux/oxnas/image/Makefile     2015-10-31 09:28:34 UTC (rev 
47313)
+++ trunk/target/linux/oxnas/image/Makefile     2015-10-31 09:28:42 UTC (rev 
47314)
@@ -87,11 +87,6 @@
        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),)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to