diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-23 13:54:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-23 13:54:22 +0000 |
commit | e79c1ac13a776cd0ce32a91d6044aa2a9064f15a (patch) | |
tree | a8a8771286ffe8105fe9cf35323ea39d9f207af8 | |
parent | 84d30cba20f1e5999f8a567e787b5732d922f1df (diff) | |
download | upstream-e79c1ac13a776cd0ce32a91d6044aa2a9064f15a.tar.gz upstream-e79c1ac13a776cd0ce32a91d6044aa2a9064f15a.tar.bz2 upstream-e79c1ac13a776cd0ce32a91d6044aa2a9064f15a.zip |
ar71xx: switch to linux 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43343 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 74bc361faf..6d4b3f2429 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=mips16 CPU_TYPE=34kc SUBTARGETS:=generic nand mikrotik -KERNEL_PATCHVER:=3.10 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk |