diff options
author | Felix Fietkau <nbd@nbd.name> | 2020-10-15 10:17:45 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-10-15 13:25:58 +0200 |
commit | 953435795d176a95b58ca78ee5fb54490c8b40c5 (patch) | |
tree | 74066eea7e28f2e15a77874c906f2177e48783fd | |
parent | f422488337c695373afd8c411484534e06dd874d (diff) | |
download | upstream-953435795d176a95b58ca78ee5fb54490c8b40c5.tar.gz upstream-953435795d176a95b58ca78ee5fb54490c8b40c5.tar.bz2 upstream-953435795d176a95b58ca78ee5fb54490c8b40c5.zip |
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@nbd.name>
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |