Message ID | 20200311112558.21961-1-ynezz@true.cz |
---|---|
State | Accepted |
Delegated to: | Petr Štetiar |
Headers | show |
Series | [OpenWrt-Devel] imx6: switch to 5.4 kernel | expand |
Hi, > -----Original Message----- > From: openwrt-devel [mailto:openwrt-devel-bounces@lists.openwrt.org] On > Behalf Of Petr Štetiar > Sent: Mittwoch, 11. März 2020 12:26 > To: openwrt-devel@lists.openwrt.org > Cc: Petr Štetiar <ynezz@true.cz>; Tim Harvey <tharvey@gateworks.com>; Koen > Vandeputte <koen.vandeputte@ncentric.com> > Subject: [OpenWrt-Devel] [PATCH] imx6: switch to 5.4 kernel > > Seems to be working fine, it's 99.9% upstream stuff anyway. Lets start > wider userbase testing. > > Cc: Tim Harvey <tharvey@gateworks.com> > Cc: Koen Vandeputte <koen.vandeputte@ncentric.com> > Signed-off-by: Petr Štetiar <ynezz@true.cz> > --- > target/linux/imx6/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile > index 8c0770d04190..068d7ef5a4f7 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@openwrt.org> > > -KERNEL_PATCHVER:=4.19 > +KERNEL_PATCHVER:=5.4 > KERNEL_TESTING_PATCHVER:=5.4 Did you keep TESTING_PATCHVER by intention (I do not think there is a rule for it?)? Best Adrian > > include $(INCLUDE_DIR)/target.mk > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Adrian Schmutzler <mail@adrianschmutzler.de> [2020-03-11 13:54:02]: > > --- 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@openwrt.org> > > > > -KERNEL_PATCHVER:=4.19 > > +KERNEL_PATCHVER:=5.4 > > KERNEL_TESTING_PATCHVER:=5.4 > > Did you keep TESTING_PATCHVER by intention (I do not think there is a rule for it?)? Yes, I don't see the reason for adding and removing of that line every few months, but if that's prefered, fine with me and I can remove it :-) -- ynezz
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index 8c0770d04190..068d7ef5a4f7 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@openwrt.org> -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk
Seems to be working fine, it's 99.9% upstream stuff anyway. Lets start wider userbase testing. Cc: Tim Harvey <tharvey@gateworks.com> Cc: Koen Vandeputte <koen.vandeputte@ncentric.com> Signed-off-by: Petr Štetiar <ynezz@true.cz> --- target/linux/imx6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)