diff options
author | John Crispin <john@openwrt.org> | 2015-02-18 13:35:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-18 13:35:46 +0000 |
commit | 4a6e4685884e4b9542ca660be7948d48810d8788 (patch) | |
tree | b0393566cf1b93eb5b97e30931f429e78f3451e6 /target/linux/at91/Makefile | |
parent | b2f666d0980e807486f612188dffbe4cd66f58bd (diff) | |
download | upstream-4a6e4685884e4b9542ca660be7948d48810d8788.tar.gz upstream-4a6e4685884e4b9542ca660be7948d48810d8788.tar.bz2 upstream-4a6e4685884e4b9542ca660be7948d48810d8788.zip |
at91: bump to v3.18
Signed-off-by: Your Name <blogic@openwrt.org>
SVN-Revision: 44489
Diffstat (limited to 'target/linux/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 27ee330026..040df33300 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -13,7 +13,7 @@ BOARDNAME:=Atmel AT91 FEATURES:=squashfs targz ext2 usb SUBTARGETS:=legacy sama5d3 -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |