diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-06 17:08:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-06 17:08:30 +0000 |
commit | 9b20187ad5a2055bcabb3ee905afade92aaa3be2 (patch) | |
tree | eb5307a5e2a7d77d4a5f2ff535c85b957990f047 /target/linux/atheros/Makefile | |
parent | 9a34f9d01e04ae80e1eba30deaf7fc8382d01706 (diff) | |
download | upstream-9b20187ad5a2055bcabb3ee905afade92aaa3be2.tar.gz upstream-9b20187ad5a2055bcabb3ee905afade92aaa3be2.tar.bz2 upstream-9b20187ad5a2055bcabb3ee905afade92aaa3be2.zip |
atheros: update to 3.3.4 (based on work by acoul), fix mvswitch driver for newer kernels
SVN-Revision: 31625
Diffstat (limited to 'target/linux/atheros/Makefile')
-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 e749685225..e251f21ee3 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:=2.6.37.6 +LINUX_VERSION:=3.3.4 include $(INCLUDE_DIR)/target.mk |