build: remove package makefile overlay functionality
Recent attempts to use it have shown that it does not work properly except for a few undocumented cases. It's better to remove this now to avoid having more people fall into the same trap Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -232,14 +232,7 @@ define Build/DefaultTargets
|
||||
endef
|
||||
endef
|
||||
|
||||
define Build/IncludeOverlay
|
||||
$(eval -include $(wildcard $(TOPDIR)/overlay/*/$(PKG_DIR_NAME).mk))
|
||||
define Build/IncludeOverlay
|
||||
endef
|
||||
endef
|
||||
|
||||
define BuildPackage
|
||||
$(Build/IncludeOverlay)
|
||||
$(eval $(Package/Default))
|
||||
$(eval $(Package/$(1)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user