From: Florian Fainelli Date: Tue, 20 Sep 2016 00:52:37 +0000 (-0700) Subject: base-files: Allow subtargets to define base-files.mk X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Frmilecki.git;a=commitdiff_plain;h=ef64c8694ba1615223db933f03ec2c5e14facea5 base-files: Allow subtargets to define base-files.mk Signed-off-by: Florian Fainelli --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 25fd9f25887..ef62db29bd1 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -171,6 +171,7 @@ endef ifneq ($(DUMP),1) -include $(PLATFORM_DIR)/base-files.mk + -include $(PLATFORM_SUBDIR)/base-files.mk endif $(eval $(call BuildPackage,base-files))