projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a92e04
)
image.mk: remove obsolete Build/mkfs overrides
author
Felix Fietkau
<nbd@nbd.name>
Tue, 19 Jul 2016 09:22:35 +0000
(11:22 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 20 Jul 2016 08:13:50 +0000
(10:13 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index b257eae121e42f153e886b8873928989ed04a720..a8d4bcffd9628d93cf38a559ba9a9887bee9cdcd 100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-288,8
+288,6
@@
define BuildImage/mkfs
.PHONY: mkfs-$(1)
mkfs-$(1): kernel_prepare
$(Image/mkfs/$(1))
- $(call Build/mkfs/default,$(1))
- $(call Build/mkfs/$(1),$(1))
$(KDIR)/root.$(1): mkfs-$(1)
endef