projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9401a2
)
base-files: Allow subtargets to define base-files.mk
author
Florian Fainelli
<f.fainelli@gmail.com>
Tue, 20 Sep 2016 00:52:37 +0000
(17:52 -0700)
committer
John Crispin
<john@phrozen.org>
Mon, 19 Sep 2016 17:42:10 +0000
(19:42 +0200)
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 25fd9f2588762e629704a040ecef86855cca2afb..ef62db29bd179785350aa6e0c9cf1f56b5ad4fca 100644
(file)
--- 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))