diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-27 20:54:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-27 20:54:12 +0000 |
commit | 61f960071d8c5f3cfd877d2137f39c974a432e4d (patch) | |
tree | bd89e8c6c8eb4107d810742410af25b660e15678 /target/linux/ar71xx/Makefile | |
parent | a03d97d38334970884c5ba206c649ad37e126ad5 (diff) | |
download | upstream-61f960071d8c5f3cfd877d2137f39c974a432e4d.tar.gz upstream-61f960071d8c5f3cfd877d2137f39c974a432e4d.tar.bz2 upstream-61f960071d8c5f3cfd877d2137f39c974a432e4d.zip |
ar71xx: revert accidental kernel upgrade
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42687
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-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 c828903005..1b400745d1 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=mips16 CPU_TYPE=34kc SUBTARGETS:=generic nand mikrotik -LINUX_VERSION:=3.14.18 +LINUX_VERSION:=3.10.49 include $(INCLUDE_DIR)/target.mk |