瀏覽代碼

treewide: kernel: bump some targets to 4.19

Lets bump kernel to 4.19 on targets which were run tested or got ACKed
so we've enough time to make it ready for next release:

 armvirt/32 (runtested in qemu)
 armvirt/64 (runtested in qemu)
 ath79/generic (runtested on Carambola2)
 gemini/generic (runtested on DIR-685, DNS-313, SQ201, SL93512R)
 imx6/generic (runtested on Apalis)
 ipq40xx/generic (runtested on nbg6617)
 malta/be64 (runtested in qemu)
 malta/be (runtested in qemu)
 malta/le (runtested in qemu)
 malta/le64 (runtested in qemu)
 mpc85xx/generic (runtested on TL-WDR4900)
 mpc85xx/p2020 (runtested on P2020RDB)
 mvebu/cortexa53
 mvebu/cortexa72
 mvebu/cortexa10
 octeon/generic (runtested on EdgeRouter Lite)
 sunxi/cortexa53 (build tested only)
 sunxi/cortexa7 (runtested on Lime2-K)
 sunxi/cortexa8 (build tested only)
 tegra/generic
 x86/64 (runtested in qemu)

Acked-by: Zoltan HERPAI <[email protected]> [sunxi]
Tested-by: Linus Walleij <[email protected]> [gemini]
Tested-by: Tomasz Maciej Nowak <[email protected]> [mvebu, tegra]
Tested-by: Daniel Engberg <[email protected]> [octeon]
Tested-by: Pawel Dembicki <[email protected]> [mpc85xx/generic mpc85xx/p2020]
Signed-off-by: Stijn Tintel <[email protected]>
Signed-off-by: Petr Štetiar <[email protected]>
Petr Štetiar 6 年之前
父節點
當前提交
f342ffd300

+ 1 - 1
target/linux/armvirt/Makefile

@@ -13,7 +13,7 @@ FEATURES+=cpiogz ext4 ramdisk squashfs targz
 MAINTAINER:=Florian Fainelli <[email protected]>, \
 	Yousong Zhou <[email protected]>
 
-KERNEL_PATCHVER:=4.14
+KERNEL_PATCHVER:=4.19
 
 include $(INCLUDE_DIR)/target.mk
 

+ 1 - 2
target/linux/ath79/Makefile

@@ -8,8 +8,7 @@ SUBTARGETS:=generic nand tiny
 
 FEATURES:=ramdisk
 
-KERNEL_PATCHVER:=4.14
-KERNEL_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER:=4.19
 
 include $(INCLUDE_DIR)/target.mk
 

+ 1 - 2
target/linux/gemini/Makefile

@@ -13,8 +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_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER:=4.19
 
 define Target/Description
 	Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU

+ 1 - 2
target/linux/imx6/Makefile

@@ -14,8 +14,7 @@ CPU_TYPE:=cortex-a9
 CPU_SUBTYPE:=neon
 MAINTAINER:=Luka Perkov <[email protected]>
 
-KERNEL_PATCHVER:=4.14
-KERNEL_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER:=4.19
 
 include $(INCLUDE_DIR)/target.mk
 

+ 2 - 4
target/linux/ipq40xx/Makefile

@@ -8,15 +8,13 @@ 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_TESTING_PATCHVER := 4.19
+KERNEL_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

+ 1 - 1
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
 

+ 1 - 2
target/linux/mpc85xx/Makefile

@@ -14,8 +14,7 @@ FEATURES:=squashfs ramdisk
 MAINTAINER:=Imre Kaloz <[email protected]>
 SUBTARGETS:=generic p1020 p2020
 
-KERNEL_PATCHVER:=4.14
-KERNEL_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER:=4.19
 
 KERNELNAME:=zImage
 

+ 1 - 2
target/linux/mvebu/Makefile

@@ -12,8 +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_TESTING_PATCHVER:=4.19
+KERNEL_PATCHVER:=4.19
 
 include $(INCLUDE_DIR)/target.mk
 

+ 1 - 2
target/linux/octeon/Makefile

@@ -13,8 +13,7 @@ FEATURES:=squashfs ramdisk pci usb
 CPU_TYPE:=octeonplus
 MAINTAINER:=John Crispin <[email protected]>
 
-KERNEL_PATCHVER:=4.14
-KERNEL_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER:=4.19
 
 define Target/Description
 	Build firmware images for Cavium Networks Octeon-based boards.

+ 1 - 2
target/linux/sunxi/Makefile

@@ -14,8 +14,7 @@ FEATURES:=fpu usb ext4 display rtc squashfs
 SUBTARGETS:=cortexa8 cortexa7 cortexa53
 MAINTAINER:=Zoltan HERPAI <[email protected]>
 
-KERNEL_PATCHVER:=4.14
-KERNEL_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER:=4.19
 KERNELNAME:=zImage dtbs
 
 # A10: Cortex-A8

+ 1 - 2
target/linux/tegra/Makefile

@@ -14,8 +14,7 @@ CPU_TYPE := cortex-a9
 CPU_SUBTYPE := vfpv3
 MAINTAINER := Tomasz Maciej Nowak <[email protected]>
 
-KERNEL_PATCHVER := 4.14
-KERNEL_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER := 4.19
 
 include $(INCLUDE_DIR)/target.mk
 

+ 1 - 2
target/linux/x86/Makefile

@@ -13,8 +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_TESTING_PATCHVER:=4.19
+KERNEL_PATCHVER:=4.19
 
 KERNELNAME:=bzImage