diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:26 +0000 |
commit | 878d24135eeed53dc5c427f0ce08a09957522306 (patch) | |
tree | 76928e7414a529bbf150eda89cd3093a393b1656 /target/linux/rb532/Makefile | |
parent | 0d82b637887c20d9ed46871f5a2d904b68b15433 (diff) | |
download | master-187ad058-878d24135eeed53dc5c427f0ce08a09957522306.tar.gz master-187ad058-878d24135eeed53dc5c427f0ce08a09957522306.tar.bz2 master-187ad058-878d24135eeed53dc5c427f0ce08a09957522306.zip |
rb532: switch to 3.3 and mark the target broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532/Makefile')
-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 13504d4a0f..2d65c9338a 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=rb532 BOARDNAME:=Mikrotik RouterBoard 532 -FEATURES:=jffs2 pci targz +FEATURES:=jffs2 pci targz broken -LINUX_VERSION:=2.6.32.33 +LINUX_VERSION:=3.3.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini kmod-madwifi kmod-input-rb532 |