diff mbox series

[OpenWrt-Devel,2/2] kirkwood: switch to kernel 4.19

Message ID 20200227145431.42534-2-freifunk@adrianschmutzler.de
State Not Applicable
Delegated to: Adrian Schmutzler
Headers show
Series [OpenWrt-Devel,1/2] kirkwood: fix switch DTS node for EA4500 and EA3500 | expand

Commit Message

Adrian Schmutzler Feb. 27, 2020, 2:54 p.m. UTC
From: Pawel Dembicki <paweldembicki@gmail.com>

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
---

Since I've mostly done cosmetic changes on this target,
I'd be happy about an Acked-by so I can push this bump.
The patch for adding 4.19 support on this target is actually
from 2018.

Adrian

---
 target/linux/kirkwood/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile
index adc7a496e1..2e615e42bd 100644
--- a/target/linux/kirkwood/Makefile
+++ b/target/linux/kirkwood/Makefile
@@ -13,8 +13,7 @@  FEATURES:=usb nand squashfs ramdisk
 CPU_TYPE:=xscale
 MAINTAINER:=Luka Perkov <luka@openwrt.org>
 
-KERNEL_PATCHVER:=4.14
-KERNEL_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER:=4.19
 
 include $(INCLUDE_DIR)/target.mk