diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:17 +0000 |
commit | fbe10e73c649e7b690d2fce987fe9831f1cfb2d9 (patch) | |
tree | acd660205048008694b82fe40e46bdb1e5f9e763 /target/linux/au1000/Makefile | |
parent | e065d5cfbe3ac53eb129aa81293321dc903bc445 (diff) | |
download | upstream-fbe10e73c649e7b690d2fce987fe9831f1cfb2d9.tar.gz upstream-fbe10e73c649e7b690d2fce987fe9831f1cfb2d9.tar.bz2 upstream-fbe10e73c649e7b690d2fce987fe9831f1cfb2d9.zip |
au1000: switch to 3.3 and add broken flag
SVN-Revision: 31893
Diffstat (limited to 'target/linux/au1000/Makefile')
-rw-r--r-- | target/linux/au1000/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index 7ba578211e..7b04aee7a6 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=au1000 BOARDNAME:=RMI/AMD AU1x00 -FEATURES:=jffs2 usb pci +FEATURES:=jffs2 usb pci broken SUBTARGETS=au1500 au1550 MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.2.16 +LINUX_VERSION:=3.3.7 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini yamonenv |