image.mk: remove obsolete Build/mkfs overrides

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2016-07-19 11:22:35 +02:00
parent 5a92e049d5
commit efdf7f6499
1 changed files with 0 additions and 2 deletions

View File

@ -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