diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-19 10:15:32 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-19 10:15:32 +0000 |
commit | 15cdac972a18baa6233a1493dd10e744a012b0fa (patch) | |
tree | c09d6361b94bc15d42bcf6d2c5569d2a09822423 /target | |
parent | 83135dfbfba33140c744a83041780e708607c79a (diff) | |
download | master-187ad058-15cdac972a18baa6233a1493dd10e744a012b0fa.tar.gz master-187ad058-15cdac972a18baa6233a1493dd10e744a012b0fa.tar.bz2 master-187ad058-15cdac972a18baa6233a1493dd10e744a012b0fa.zip |
at91: move to 4.4 kernel
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48353 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |