diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-02-05 20:03:48 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-02-05 20:03:48 +0000 |
commit | 208b7a70a68e25740c57da1b116e070611291ca3 (patch) | |
tree | 56d552d57e28d77762f373a72be6a5ad62e903ab /target | |
parent | f0985524d1bb198dfe7e4061eed496769d8e3aca (diff) | |
download | master-31e0f0ae-208b7a70a68e25740c57da1b116e070611291ca3.tar.gz master-31e0f0ae-208b7a70a68e25740c57da1b116e070611291ca3.tar.bz2 master-31e0f0ae-208b7a70a68e25740c57da1b116e070611291ca3.zip |
atheros: change LINUX_VERSON from 3.8.13 to 3.10.28
The 3.10.x infrastructure has been present for some time, and seems to
run fine here.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 39483
Diffstat (limited to 'target')
-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 3f4bcd02f9..399834bdba 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.8.13 +LINUX_VERSION:=3.10.28 include $(INCLUDE_DIR)/target.mk |