diff options
author | John Crispin <john@openwrt.org> | 2014-12-01 18:46:29 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-01 18:46:29 +0000 |
commit | 374f8a04e1250aa598df63e35ad7a434323651b1 (patch) | |
tree | 06e7ac092cd5e00eb4304cd1decaca5c8c4665d2 | |
parent | 4c044e811852f43ab3b58f4a5051a0374a3b74e1 (diff) | |
download | upstream-374f8a04e1250aa598df63e35ad7a434323651b1.tar.gz upstream-374f8a04e1250aa598df63e35ad7a434323651b1.tar.bz2 upstream-374f8a04e1250aa598df63e35ad7a434323651b1.zip |
malta: set 3.14 as default
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43481
-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 7796754003..33d205f846 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.10 +KERNEL_PATCHVER:=3.14 DEVICE_TYPE:=developerboard |