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 | 480346bdcb56ae7e162a0bfebcf578accca45389 (patch) | |
tree | d05529b3021a84e354ae96de961e358487ba8cc0 /target/linux/au1000/Makefile | |
parent | 854bea7e289e19cfe96b624c100c493285316154 (diff) | |
download | upstream-480346bdcb56ae7e162a0bfebcf578accca45389.tar.gz upstream-480346bdcb56ae7e162a0bfebcf578accca45389.tar.bz2 upstream-480346bdcb56ae7e162a0bfebcf578accca45389.zip |
au1000: switch to 3.3 and add broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31893 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |