mirror of https://github.com/hak5/openwrt-owl.git
base-files: Allow subtargets to define base-files.mk
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>owl
parent
e9401a2335
commit
ef64c8694b
|
@ -171,6 +171,7 @@ endef
|
||||||
|
|
||||||
ifneq ($(DUMP),1)
|
ifneq ($(DUMP),1)
|
||||||
-include $(PLATFORM_DIR)/base-files.mk
|
-include $(PLATFORM_DIR)/base-files.mk
|
||||||
|
-include $(PLATFORM_SUBDIR)/base-files.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call BuildPackage,base-files))
|
$(eval $(call BuildPackage,base-files))
|
||||||
|
|
Loading…
Reference in New Issue