projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5683a0
)
kirkwood: image: Remove custom mkfs targz override as base should be fine now
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 31 Oct 2015 09:28:34 +0000
(09:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 31 Oct 2015 09:28:34 +0000
(09:28 +0000)
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: 47313
target/linux/kirkwood/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/kirkwood/image/Makefile
b/target/linux/kirkwood/image/Makefile
index 5dcad9850b0e303d485d4e4cc81725f1aa5f21b9..da462a271d8f0149bce137aa8e4f3070418f4c3b 100644
(file)
--- a/
target/linux/kirkwood/image/Makefile
+++ b/
target/linux/kirkwood/image/Makefile
@@
-89,11
+89,6
@@
define Image/Build/squashfs
) > $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-$(1).img
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),)