diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 13:38:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 13:38:52 +0000 |
commit | 0b13d69bba6ebc11b6f67c20ec088ccaa9957a3f (patch) | |
tree | 794890c8d0184f08a3326932e4c60790abd3ea3a /target/linux/arm64/Makefile | |
parent | 5809da3c05c26d6de3468594278a1f7ffd50a23f (diff) | |
download | upstream-0b13d69bba6ebc11b6f67c20ec088ccaa9957a3f.tar.gz upstream-0b13d69bba6ebc11b6f67c20ec088ccaa9957a3f.tar.bz2 upstream-0b13d69bba6ebc11b6f67c20ec088ccaa9957a3f.zip |
arm64: update to linux 3.18
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45092
Diffstat (limited to 'target/linux/arm64/Makefile')
-rw-r--r-- | target/linux/arm64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/arm64/Makefile b/target/linux/arm64/Makefile index a30430bb70..8292cfed8b 100644 --- a/target/linux/arm64/Makefile +++ b/target/linux/arm64/Makefile @@ -13,7 +13,7 @@ FEATURES:=fpu ramdisk CFLAGS:=-Os -pipe -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 DEVICE_TYPE:=developerboard |