diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-20 19:09:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-20 19:09:01 +0000 |
commit | befb29c7a31664bf7d0edfb5d34f815ce0fd691a (patch) | |
tree | 5290dbfd94bc12a4bad1faad309221096dbfc760 /target | |
parent | dbcb4708fb0dc3defdbd1a1c3109aa1e5ce2a8fd (diff) | |
download | upstream-befb29c7a31664bf7d0edfb5d34f815ce0fd691a.tar.gz upstream-befb29c7a31664bf7d0edfb5d34f815ce0fd691a.tar.bz2 upstream-befb29c7a31664bf7d0edfb5d34f815ce0fd691a.zip |
rb532: switch to 3.6.11
Compile tested only. The target is broken anyway,
so the kernel version does not matter too much.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34809
Diffstat (limited to 'target')
-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 0504452c46..e65e42883c 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -11,7 +11,7 @@ BOARD:=rb532 BOARDNAME:=Mikrotik RouterBoard 532 FEATURES:=jffs2 pci targz broken -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.6.11 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini kmod-madwifi kmod-input-rb532 |