diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-05 11:43:26 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-05 11:43:26 +0000 |
commit | 651eb17ddc24558104dc2999b2731f26494a1ab5 (patch) | |
tree | 76928e7414a529bbf150eda89cd3093a393b1656 /target/linux/rb532 | |
parent | dc1df9e044af3611cf8d1aa9ba3a385e17135fa0 (diff) |
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')
-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 |