[openwrt/openwrt] build: always build package/kernel/linux

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 15 09:50:15 EDT 2020


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/953435795d176a95b58ca78ee5fb54490c8b40c5

commit 953435795d176a95b58ca78ee5fb54490c8b40c5
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Oct 15 10:17:45 2020 +0200

    build: always build package/kernel/linux
    
    build: always build package/kernel/linux
    
    If no in-tree module packages are selected, the build system does not process
    package/kernel/linux. This package is required for building the virtual
    'kernel' package, which is specified as a dependency for all kernel packages.
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/Makefile b/package/Makefile
index f5373ee65d..ec503dc527 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/feeds.mk
 include $(INCLUDE_DIR)/rootfs.mk
 
 -include $(TMP_DIR)/.packagedeps
+package-y += kernel/linux
 $(curdir)/autoremove:=1
 $(curdir)/builddirs:=$(sort $(package-) $(package-y) $(package-m))
 $(curdir)/builddirs-default:=. $(sort $(package-y) $(package-m))



More information about the lede-commits mailing list