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 | 89cc1ba307aa5ac68adce5fb40eb9974e96ee135 (patch) | |
tree | a0f4349c81710197801c26d218dcd958a64e19bf /target/linux/atheros | |
parent | fd2a497ea51f5da63c383fd2a10a1c0c70f48684 (diff) | |
download | upstream-89cc1ba307aa5ac68adce5fb40eb9974e96ee135.tar.gz upstream-89cc1ba307aa5ac68adce5fb40eb9974e96ee135.tar.bz2 upstream-89cc1ba307aa5ac68adce5fb40eb9974e96ee135.zip |
atheros: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35925 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 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 |