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 | ce61f0150c41670782e51a5548b1a05e26e43fd8 (patch) | |
tree | bd9c2af20a5e516849b6492aecdc2b5d30cfeb2c /target/linux/ar71xx | |
parent | bcc7e4a3d0a20d5f97c3d2a1bc0b06dba8656c46 (diff) | |
download | master-187ad058-ce61f0150c41670782e51a5548b1a05e26e43fd8.tar.gz master-187ad058-ce61f0150c41670782e51a5548b1a05e26e43fd8.tar.bz2 master-187ad058-ce61f0150c41670782e51a5548b1a05e26e43fd8.zip |
ar71xx: revert accidental kernel upgrade
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42687 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-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 |