diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:40 +0000 |
commit | 5b8e106ae64ef1e4aed9dc408c31efbfc9dbc68c (patch) | |
tree | d7571b17ed39ea2445a5c942fd359571fb1148e7 /target/linux/atheros | |
parent | ce5806378e7c24fb35b902807ee204ace3047bb7 (diff) | |
download | upstream-5b8e106ae64ef1e4aed9dc408c31efbfc9dbc68c.tar.gz upstream-5b8e106ae64ef1e4aed9dc408c31efbfc9dbc68c.tar.bz2 upstream-5b8e106ae64ef1e4aed9dc408c31efbfc9dbc68c.zip |
atheros: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35925
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 1fe2179854..f2465ce14b 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -11,7 +11,7 @@ BOARD:=atheros BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs jffs2 -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |