index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
target
/
linux
/
rb532
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
John Crispin <john@openwrt.org>
2014-10-14 11:32:57 +0000
committer
John Crispin <john@openwrt.org>
2014-10-14 11:32:57 +0000
commit
8267c0e2ac371fe0f93ba34f745976acf358a253
(
patch
)
tree
0825b2766433ff612e3d0d2dd020c82249f17602
/
target/linux/rb532
parent
cc292d7de8c79efa01a9dd69ccd8e3115aa7550c
(
diff
)
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/Makefile
4
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))