mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
base-files: Allow subtargets to define base-files.mk
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
e9401a2335
commit
ef64c8694b
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue