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 | 9a1fec6f0b8c674a77a1b2cb027dded18b634b17 (patch) | |
tree | e2c1bca373113f96027a7f7e4046e8f40ba418d2 /target/linux | |
parent | 85ab86e148a8676604dd02ca91d686fb764a6224 (diff) | |
download | master-187ad058-9a1fec6f0b8c674a77a1b2cb027dded18b634b17.tar.gz master-187ad058-9a1fec6f0b8c674a77a1b2cb027dded18b634b17.tar.bz2 master-187ad058-9a1fec6f0b8c674a77a1b2cb027dded18b634b17.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34809 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 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 |