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 | 9b787ea1542da98a590e4a9184df84f636535255 (patch) | |
tree | 02648d9dfada58819402b5b40e271430f925f984 /target/linux | |
parent | f7cbf01a630c80c72d87d0ff766bc60e2cdcf7c1 (diff) | |
download | upstream-9b787ea1542da98a590e4a9184df84f636535255.tar.gz upstream-9b787ea1542da98a590e4a9184df84f636535255.tar.bz2 upstream-9b787ea1542da98a590e4a9184df84f636535255.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38159 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |