diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-09 12:11:19 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-09 12:11:19 +0000 |
commit | adb7f002da4e57b177b433d0b21d85d40208e116 (patch) | |
tree | 335706b26da2f7a7a6a98fe1e95da7b426d1b605 /target/linux/malta/Makefile | |
parent | 4d12e544b81ba15197717a4c93098d30068e408e (diff) | |
download | upstream-adb7f002da4e57b177b433d0b21d85d40208e116.tar.gz upstream-adb7f002da4e57b177b433d0b21d85d40208e116.tar.bz2 upstream-adb7f002da4e57b177b433d0b21d85d40208e116.zip |
malta: add 3.18 support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44340 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/Makefile')
-rw-r--r-- | target/linux/malta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 33d205f846..26dc4d949e 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -12,7 +12,7 @@ SUBTARGETS:=le be le64 be64 INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli <florian@openwrt.org> -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 DEVICE_TYPE:=developerboard |