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 | ee9f3b6a3c1c896d4c037cb21fdb0190aa55c40e (patch) | |
tree | aa22705e5a4838bff72a5494264b029c95760059 /target/linux/atheros/Makefile | |
parent | 0f425fe91e649a435ff3a9972e09fe139fceac5f (diff) | |
download | upstream-ee9f3b6a3c1c896d4c037cb21fdb0190aa55c40e.tar.gz upstream-ee9f3b6a3c1c896d4c037cb21fdb0190aa55c40e.tar.bz2 upstream-ee9f3b6a3c1c896d4c037cb21fdb0190aa55c40e.zip |
atheros: update to 3.3.4 (based on work by acoul), fix mvswitch driver for newer kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31625 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |