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 | 0af24edcefa7019105bca8860e6e0f0a65c93178 (patch) | |
tree | 94a65aa881105765e7f7805df36827bc5ce5b868 /target/linux/arm64/Makefile | |
parent | e813bb200d92542c6e1531ad7178da4464cea6a6 (diff) | |
download | upstream-0af24edcefa7019105bca8860e6e0f0a65c93178.tar.gz upstream-0af24edcefa7019105bca8860e6e0f0a65c93178.tar.bz2 upstream-0af24edcefa7019105bca8860e6e0f0a65c93178.zip |
arm64: update to linux 3.18
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45092 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |