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 | 63a532a472c29844f224f5ec20b51f50b260b742 (patch) | |
tree | a9da7dda7eb3b498f77077c1b2b41d1c7a2dd112 /target | |
parent | b120e7f22ad9a3ce18cc4ff4f573912fcb2f50c2 (diff) | |
download | upstream-63a532a472c29844f224f5ec20b51f50b260b742.tar.gz upstream-63a532a472c29844f224f5ec20b51f50b260b742.tar.bz2 upstream-63a532a472c29844f224f5ec20b51f50b260b742.zip |
rb532: switch to 3.3 and mark the target broken
SVN-Revision: 31593
Diffstat (limited to 'target')
-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 |