mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-17 02:10:10 +00:00
build: fix including modules.mk for targets pulled in from feeds
Fixes:ebc36ebb23
("scripts/feeds: install targets to target/linux/feeds and support overriding") Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry-picked from commit00094efec3
)
This commit is contained in:
parent
dafac183f3
commit
74eeee1698
@ -12,7 +12,7 @@ PKG_NAME:=kernel
|
|||||||
PKG_FLAGS:=hold
|
PKG_FLAGS:=hold
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
|
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
|
||||||
SCAN_DEPS=modules/*.mk $(TOPDIR)/target/linux/*/modules.mk $(TOPDIR)/include/netfilter.mk
|
SCAN_DEPS=modules/*.mk $(TOPDIR)/target/linux/*/modules.mk $(TOPDIR)/target/linux/*/*/modules.mk $(TOPDIR)/include/netfilter.mk
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
PKG_LICENSE_FILES:=
|
PKG_LICENSE_FILES:=
|
||||||
@ -64,3 +64,4 @@ $(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
|
|||||||
|
|
||||||
include $(sort $(wildcard ./modules/*.mk))
|
include $(sort $(wildcard ./modules/*.mk))
|
||||||
-include $(TOPDIR)/target/linux/*/modules.mk
|
-include $(TOPDIR)/target/linux/*/modules.mk
|
||||||
|
-include $(TOPDIR)/target/linux/*/*/modules.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user