diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:15:32 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:15:32 +0000 |
commit | 83c246dffd94ccc94e2ddf7eead47f0591ea8b56 (patch) | |
tree | c78413ddf4bf2e3980a942280e383ff07159c6b1 /target/linux | |
parent | 0007d435ec0b6fe25c1dd17509563b0ad55c4b6c (diff) | |
download | upstream-83c246dffd94ccc94e2ddf7eead47f0591ea8b56.tar.gz upstream-83c246dffd94ccc94e2ddf7eead47f0591ea8b56.tar.bz2 upstream-83c246dffd94ccc94e2ddf7eead47f0591ea8b56.zip |
at91: move to 4.4 kernel
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
SVN-Revision: 48353
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/at91/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index e1c771adbc..372bf177e4 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.4 include $(INCLUDE_DIR)/target.mk |