diff mbox

[OpenWrt-Devel,3/3] imx6: switch to v4.1

Message ID 1444777025-4562-4-git-send-email-psidhu@gateworks.com
State Accepted
Headers show

Commit Message

Pushpal Sidhu Oct. 13, 2015, 10:57 p.m. UTC
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
---
 target/linux/imx6/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Petr Štetiar Nov. 5, 2015, 12:40 p.m. UTC | #1
Pushpal Sidhu <psidhu@gateworks.com> [2015-10-13 15:57:05]:

> -KERNEL_PATCHVER:=3.18
> +KERNEL_PATCHVER:=4.1

Sorry for hijacking this thread, but it's maybe related as I'm preparing
support for Toradex Apalis i.MX6 SoM on Ixora base board and I'm wondering if
I could just concentrate on 4.1 kernel support or I've to support 3.18 also.

Thanks.

-- ynezz
diff mbox

Patch

diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile
index 479b48e..cd938c8 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:=3.18
+KERNEL_PATCHVER:=4.1
 
 include $(INCLUDE_DIR)/target.mk