diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-24 13:17:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-24 13:17:43 +0000 |
commit | 58fbd3ce5cf0ba4772b3842fa9b8a6c6ec7ab3a5 (patch) | |
tree | e26908459b683cd747a7355dfd9bb94d8474d08a /target/linux/rb532 | |
parent | 2f05e1f6d62a00268fa50a913f44cae72c1e612e (diff) | |
download | upstream-58fbd3ce5cf0ba4772b3842fa9b8a6c6ec7ab3a5.tar.gz upstream-58fbd3ce5cf0ba4772b3842fa9b8a6c6ec7ab3a5.tar.bz2 upstream-58fbd3ce5cf0ba4772b3842fa9b8a6c6ec7ab3a5.zip |
rb532: switch 3.10
Compile tested only. The target is marked as
broken since 9 months so the kernel version
does not matter too much.
The target is scheduled for removal.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38159
Diffstat (limited to 'target/linux/rb532')
-rw-r--r-- | target/linux/rb532/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index fe30f9cc6e..1a30bef8f0 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -11,7 +11,7 @@ BOARD:=rb532 BOARDNAME:=Mikrotik RouterBoard 532 FEATURES:=pci targz broken -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.12 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini kmod-madwifi kmod-input-rb532 |