diff options
author | Florian Fainelli <florian@openwrt.org> | 2015-01-10 20:12:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2015-01-10 20:12:15 +0000 |
commit | 884a01d8a4e88d5f21a69ad555df26c0baac02bc (patch) | |
tree | 8ead187eb6942d30577f2a8878585ec675c7e4ed | |
parent | dd4ee63fa43cf13190891a5df62676054942b52e (diff) | |
download | upstream-884a01d8a4e88d5f21a69ad555df26c0baac02bc.tar.gz upstream-884a01d8a4e88d5f21a69ad555df26c0baac02bc.tar.bz2 upstream-884a01d8a4e88d5f21a69ad555df26c0baac02bc.zip |
mcs814x: switch to 3.14 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43927
-rw-r--r-- | target/linux/mcs814x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index 919504d589..291bee6d67 100644 --- a/target/linux/mcs814x/Makefile +++ b/target/linux/mcs814x/Makefile @@ -13,7 +13,7 @@ FEATURES:=usb squashfs low_mem CPU_TYPE:=arm926ej-s MAINTAINER:=Florian Fainelli <florian@openwrt.org> -KERNEL_PATCHVER:=3.3 +KERNEL_PATCHVER:=3.14 DEVICE_TYPE:=other |