W dniu 17.06.2019 o 09:59, Petr Štetiar pisze: > Lets bump kernel to 4.19 on targets which pass basic build test, so > we've enough time to make it ready for next release. It was build/run > tested on following combinations: > > ath79/generic (runtested on Carambola2) > apm821xx/nand > apm821xx/sata > armvirt/32 (runtested in qemu) > armvirt/64 (runtested in qemu) > cns3xxx/generic > gemini/generic > imx6/generic (runtested on Apalis) > ipq40xx/generic > kirkwood/generic > malta/be64 (runtested in qemu) > malta/be (runtested in qemu) > malta/le (runtested in qemu) > malta/le64 (runtested in qemu) > mpc85xx/generic > mvebu/cortexa53 > mvebu/cortexa72 > mvebu/cortexa9 > octeon/generic > sunxi/cortexa53 > sunxi/cortexa7 > sunxi/cortexa8 > tegra/generic > x86/64 (runtested in qemu) > > brcm47xx and bcm53xx weren't bumped as they didn't passed build testing > and needs more work regarding 4.19 support. > > Signed-off-by: Stijn Tintel <[email protected]> > Signed-off-by: Petr Štetiar <[email protected]>
For mvebu and tegra targets: Tested-by: Tomasz Maciej Nowak <[email protected]> > --- > target/linux/apm821xx/Makefile | 2 +- > target/linux/armvirt/Makefile | 3 ++- > target/linux/ath79/Makefile | 2 +- > target/linux/cns3xxx/Makefile | 2 +- > target/linux/gemini/Makefile | 2 +- > target/linux/imx6/Makefile | 2 +- > target/linux/ipq40xx/Makefile | 5 ++--- > target/linux/kirkwood/Makefile | 2 +- > target/linux/malta/Makefile | 2 +- > target/linux/mpc85xx/Makefile | 2 +- > target/linux/mvebu/Makefile | 2 +- > target/linux/octeon/Makefile | 2 +- > target/linux/sunxi/Makefile | 2 +- > target/linux/tegra/Makefile | 2 +- > target/linux/x86/Makefile | 2 +- > 15 files changed, 17 insertions(+), 17 deletions(-) > > diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile > index a67aee3b8cb0..bde751e7ee65 100644 > --- a/target/linux/apm821xx/Makefile > +++ b/target/linux/apm821xx/Makefile > @@ -13,7 +13,7 @@ MAINTAINER:=Chris Blake <[email protected]>, \ > Christian Lamparter <[email protected]> > SUBTARGETS:=nand sata > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > define Target/Description > diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile > index 107f8607c33b..71177a93b353 100644 > --- a/target/linux/armvirt/Makefile > +++ b/target/linux/armvirt/Makefile > @@ -13,7 +13,8 @@ FEATURES+=cpiogz ext4 ramdisk squashfs targz > MAINTAINER:=Florian Fainelli <[email protected]>, \ > Yousong Zhou <[email protected]> > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > +KERNEL_TESTING_PATCHVER:=4.19 > > include $(INCLUDE_DIR)/target.mk > > diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile > index 0ccc0bed1ce0..96393cfcaac6 100644 > --- a/target/linux/ath79/Makefile > +++ b/target/linux/ath79/Makefile > @@ -8,7 +8,7 @@ SUBTARGETS:=generic nand tiny > > FEATURES:=ramdisk > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > include $(INCLUDE_DIR)/target.mk > diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile > index 785b06f596b4..2357eaf59612 100644 > --- a/target/linux/cns3xxx/Makefile > +++ b/target/linux/cns3xxx/Makefile > @@ -14,7 +14,7 @@ CPU_TYPE:=mpcore > CPU_SUBTYPE:=vfp > MAINTAINER:=Felix Fietkau <[email protected]>, \ > Koen Vandeputte <[email protected]> > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > define Target/Description > diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile > index 867e284714a9..03af7172b40b 100644 > --- a/target/linux/gemini/Makefile > +++ b/target/linux/gemini/Makefile > @@ -13,7 +13,7 @@ FEATURES:=squashfs pci rtc usb dt gpio display ext4 > rootfs-part boot-part > CPU_TYPE:=fa526 > MAINTAINER:=Roman Yeryomin <[email protected]> > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > define Target/Description > diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile > index 457e767c05a5..6f29b2cb0762 100644 > --- a/target/linux/imx6/Makefile > +++ b/target/linux/imx6/Makefile > @@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9 > CPU_SUBTYPE:=neon > MAINTAINER:=Luka Perkov <[email protected]> > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > include $(INCLUDE_DIR)/target.mk > diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile > index 2785b73ed158..5166af73955a 100644 > --- a/target/linux/ipq40xx/Makefile > +++ b/target/linux/ipq40xx/Makefile > @@ -8,15 +8,14 @@ CPU_TYPE:=cortex-a7 > CPU_SUBTYPE:=neon-vfpv4 > MAINTAINER:=John Crispin <[email protected]> > > -# TODO: drop kmod-usb-dwc3-of-simple when migrating to 4.19 > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > KERNELNAME:=zImage Image dtbs > > include $(INCLUDE_DIR)/target.mk > DEFAULT_PACKAGES += \ > - kmod-usb-dwc3-of-simple \ > + kmod-usb-dwc3-qcom \ > kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ > kmod-ath10k-ct wpad-basic \ > kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct > diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile > index adc7a496e12f..948469af0704 100644 > --- a/target/linux/kirkwood/Makefile > +++ b/target/linux/kirkwood/Makefile > @@ -13,7 +13,7 @@ FEATURES:=usb nand squashfs ramdisk > CPU_TYPE:=xscale > MAINTAINER:=Luka Perkov <[email protected]> > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > include $(INCLUDE_DIR)/target.mk > diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile > index c71f34d10999..435c1b656861 100644 > --- a/target/linux/malta/Makefile > +++ b/target/linux/malta/Makefile > @@ -14,7 +14,7 @@ INITRAMFS_EXTRA_FILES:= > MAINTAINER:=Florian Fainelli <[email protected]> > FEATURES:=ramdisk > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > > include $(INCLUDE_DIR)/target.mk > > diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile > index 9db478d87b99..b3ed3c455f47 100644 > --- a/target/linux/mpc85xx/Makefile > +++ b/target/linux/mpc85xx/Makefile > @@ -14,7 +14,7 @@ FEATURES:=squashfs ramdisk > MAINTAINER:=Imre Kaloz <[email protected]> > SUBTARGETS:=generic p1020 p2020 > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > KERNELNAME:=zImage > diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile > index f39573c0029a..165daa78ecb8 100644 > --- a/target/linux/mvebu/Makefile > +++ b/target/linux/mvebu/Makefile > @@ -12,7 +12,7 @@ FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk > boot-part rootfs-part > SUBTARGETS:=cortexa9 cortexa53 cortexa72 > MAINTAINER:=Imre Kaloz <[email protected]> > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER:=4.19 > > include $(INCLUDE_DIR)/target.mk > diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile > index 202ed39be737..57a8b2698988 100644 > --- a/target/linux/octeon/Makefile > +++ b/target/linux/octeon/Makefile > @@ -13,7 +13,7 @@ FEATURES:=squashfs ramdisk pci usb > CPU_TYPE:=octeonplus > MAINTAINER:=John Crispin <[email protected]> > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > define Target/Description > diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile > index aae7df1b443d..64f17ba87b93 100644 > --- a/target/linux/sunxi/Makefile > +++ b/target/linux/sunxi/Makefile > @@ -14,7 +14,7 @@ FEATURES:=fpu usb ext4 display rtc squashfs > SUBTARGETS:=cortexa8 cortexa7 cortexa53 > MAINTAINER:=Zoltan HERPAI <[email protected]> > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER := 4.19 > KERNELNAME:=zImage dtbs > > diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile > index 8a611e29abb4..217710eec6b6 100644 > --- a/target/linux/tegra/Makefile > +++ b/target/linux/tegra/Makefile > @@ -14,7 +14,7 @@ CPU_TYPE := cortex-a9 > CPU_SUBTYPE := vfpv3 > MAINTAINER := Tomasz Maciej Nowak <[email protected]> > > -KERNEL_PATCHVER := 4.14 > +KERNEL_PATCHVER := 4.19 > KERNEL_TESTING_PATCHVER := 4.19 > > include $(INCLUDE_DIR)/target.mk > diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile > index 509ccb47a2a6..7c2e503ffd38 100644 > --- a/target/linux/x86/Makefile > +++ b/target/linux/x86/Makefile > @@ -13,7 +13,7 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu > SUBTARGETS:=generic legacy geode 64 > MAINTAINER:=Felix Fietkau <[email protected]> > > -KERNEL_PATCHVER:=4.14 > +KERNEL_PATCHVER:=4.19 > KERNEL_TESTING_PATCHVER:=4.19 > > KERNELNAME:=bzImage > -- TMN _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
