diff mbox

[OpenWrt-Devel,4/5] at91: move to 4.1 kernel

Message ID 1452963664-10826-5-git-send-email-ben.whitten@gmail.com
State Superseded
Headers show

Commit Message

Ben Whitten Jan. 16, 2016, 5:01 p.m. UTC
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
---
 target/linux/at91/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile
index e1c771a..595890d 100644
--- a/target/linux/at91/Makefile
+++ b/target/linux/at91/Makefile
@@ -1,4 +1,4 @@ 
-# 
+#
 # Copyright (C) 2006-2013 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -13,7 +13,7 @@  BOARDNAME:=Atmel AT91
 FEATURES:=squashfs targz ext2 usb usbgadget ubifs
 SUBTARGETS:=legacy sama5d3
 
-KERNEL_PATCHVER:=3.18
+KERNEL_PATCHVER:=4.1
 
 include $(INCLUDE_DIR)/target.mk