build: add a config option for enabling a testing version of the target kernel
authorFelix Fietkau <nbd@nbd.name>
Sat, 27 Apr 2019 17:13:07 +0000 (19:13 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sat, 11 May 2019 09:37:10 +0000 (11:37 +0200)
commit85017c40f4efce11edd77e0caac14aed0fd690eb
tree016be4bb6f80dcc9ef001a1c95424b8f3fba4cea
parent9cb3a3255e024183a2e179fe6621cd11fa6b8670
build: add a config option for enabling a testing version of the target kernel

If the target supports a newer kernel version that is not used by default
yet, it can be enabled with this option

Signed-off-by: Felix Fietkau <nbd@nbd.name>
20 files changed:
config/Config-build.in
include/kernel-version.mk
include/target.mk
scripts/metadata.pm
scripts/target-metadata.pl
target/Config.in
target/linux/apm821xx/Makefile
target/linux/ath79/Makefile
target/linux/bcm53xx/Makefile
target/linux/brcm47xx/Makefile
target/linux/cns3xxx/Makefile
target/linux/gemini/Makefile
target/linux/imx6/Makefile
target/linux/ipq40xx/Makefile
target/linux/kirkwood/Makefile
target/linux/mpc85xx/Makefile
target/linux/octeon/Makefile
target/linux/sunxi/Makefile
target/linux/tegra/Makefile
target/linux/x86/Makefile