mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
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 <ynezz@true.cz> SVN-Revision: 47314
This commit is contained in:
parent
2e7df6312d
commit
ea23d796f6
@ -87,11 +87,6 @@ define Image/Build/squashfs
|
|||||||
cp $(KDIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-squashfs-ubinized.bin $(BIN_DIR)
|
cp $(KDIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-squashfs-ubinized.bin $(BIN_DIR)
|
||||||
endef
|
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
|
define Image/Build/ubifs
|
||||||
|
|
||||||
ifneq ($($(PROFILE)_UBIFS_OPTS),)
|
ifneq ($($(PROFILE)_UBIFS_OPTS),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user