diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-04 20:54:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-04 20:54:57 +0000 |
commit | 972a7d22d96000df460de266a4afdd83f49ee740 (patch) | |
tree | 7efae4f974fa9ad0da793065a6012b6f41677479 /target/linux/atheros | |
parent | f69f53b09f7bc4f5e2d6eb07b107a9846116c9c4 (diff) | |
download | upstream-972a7d22d96000df460de266a4afdd83f49ee740.tar.gz upstream-972a7d22d96000df460de266a4afdd83f49ee740.tar.bz2 upstream-972a7d22d96000df460de266a4afdd83f49ee740.zip |
atheros: switch kernel version to 3.14
After several tests, 3.14 kernel seems run fine.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41997 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros')
-rw-r--r-- | target/linux/atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 1b52909476..ccda0908d4 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -11,7 +11,7 @@ BOARD:=atheros BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.14 include $(INCLUDE_DIR)/target.mk |