[OpenWrt-Devel] [PATCH 3/3] treewide: kernel: bump 4.19 ready targets to 4.19

Tomasz Maciej Nowak tomek_n at o2.pl
Tue Jun 18 09:44:39 EDT 2019


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 <stijn at linux-ipv6.be>
> Signed-off-by: Petr Štetiar <ynezz at true.cz>

For mvebu and tegra targets:
Tested-by: Tomasz Maciej Nowak <tomek_n at o2.pl>

> ---
>  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 <chrisrblake93 at gmail.com>, \
>  	    Christian Lamparter <chunkeey at gmail.com>
>  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 <f.fainelli at gmail.com>, \
>  	Yousong Zhou <yszhou4tech at gmail.com>
>  
> -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 <nbd at nbd.name>, \
>  	    Koen Vandeputte <koen.vandeputte at ncentric.com>
> -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 <roman at advem.lv>
>  
> -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 <luka at openwrt.org>
>  
> -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 <john at phrozen.org>
>  
> -# 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 <luka at openwrt.org>
>  
> -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 <florian at openwrt.org>
>  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 <kaloz at openwrt.org>
>  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 <kaloz at openwrt.org>
>  
> -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 <john at phrozen.org>
>  
> -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 <wigyori at uid0.hu>
>  
> -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 <tomek_n at o2.pl>
>  
> -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 <nbd at nbd.name>
>  
> -KERNEL_PATCHVER:=4.14
> +KERNEL_PATCHVER:=4.19
>  KERNEL_TESTING_PATCHVER:=4.19
>  
>  KERNELNAME:=bzImage
> 


-- 
TMN

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list