[source] base-files: Allow subtargets to define base-files.mk

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 20 01:19:58 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/ef64c8694ba1615223db933f03ec2c5e14facea5

commit ef64c8694ba1615223db933f03ec2c5e14facea5
Author: Florian Fainelli <f.fainelli at gmail.com>
AuthorDate: Mon Sep 19 17:52:37 2016 -0700

    base-files: Allow subtargets to define base-files.mk
    
    Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
 package/base-files/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 25fd9f2..ef62db2 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))



More information about the lede-commits mailing list