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 | 01794562126c90aa6bb99dd95be7f09f59a47fc2 (patch) | |
tree | f021c28d8dc68e45583727f1cdb72bce57bd2054 /target | |
parent | 6aeb3528a86fa2b4bf5ad3a34a1c15fb3e369414 (diff) | |
download | upstream-01794562126c90aa6bb99dd95be7f09f59a47fc2.tar.gz upstream-01794562126c90aa6bb99dd95be7f09f59a47fc2.tar.bz2 upstream-01794562126c90aa6bb99dd95be7f09f59a47fc2.zip |
ar71xx: switch to linux 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43343
Diffstat (limited to 'target')
-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 |