build: always build package/kernel/linux
authorFelix Fietkau <nbd@nbd.name>
Thu, 15 Oct 2020 08:17:45 +0000 (10:17 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 15 Oct 2020 11:25:58 +0000 (13:25 +0200)
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@nbd.name>
package/Makefile

index f5373ee65df744515414fcb6437dbe6859361e25..ec503dc5273d43d6cec3699e50dd654f23ceda99 100644 (file)
@@ -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))