summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-14 11:32:57 +0000
committerJohn Crispin <john@openwrt.org>2014-10-14 11:32:57 +0000
commit8267c0e2ac371fe0f93ba34f745976acf358a253 (patch)
tree0825b2766433ff612e3d0d2dd020c82249f17602 /target/linux/rb532
parentcc292d7de8c79efa01a9dd69ccd8e3115aa7550c (diff)
downloadmaster-31e0f0ae-8267c0e2ac371fe0f93ba34f745976acf358a253.tar.gz
master-31e0f0ae-8267c0e2ac371fe0f93ba34f745976acf358a253.tar.bz2
master-31e0f0ae-8267c0e2ac371fe0f93ba34f745976acf358a253.zip
rb532: switch to 3.14 and ath5k
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 42910
Diffstat (limited to 'target/linux/rb532')
-rw-r--r--target/linux/rb532/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile
index 3fda24b6f0..e07afc138c 100644
--- a/target/linux/rb532/Makefile
+++ b/target/linux/rb532/Makefile
@@ -11,9 +11,9 @@ BOARD:=rb532
BOARDNAME:=Mikrotik RouterBoard 532
FEATURES:=pci targz
-LINUX_VERSION:=3.10.49
+LINUX_VERSION:=3.14.18
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += wpad-mini kmod-madwifi kmod-input-rb532
+DEFAULT_PACKAGES += wpad-mini kmod-ath5k kmod-input-rb532
$(eval $(call BuildTarget))