diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:30 +0000 |
commit | 0e086cfaf7e8a3bd272ac86eabc0a12c2b4db382 (patch) | |
tree | a64921b4a16aac8f7aa55ca76803b25053ea4f19 /target/linux/rdc | |
parent | 787b253859db1d125e7112787c4853e62e8d5683 (diff) | |
download | upstream-0e086cfaf7e8a3bd272ac86eabc0a12c2b4db382.tar.gz upstream-0e086cfaf7e8a3bd272ac86eabc0a12c2b4db382.tar.bz2 upstream-0e086cfaf7e8a3bd272ac86eabc0a12c2b4db382.zip |
rdc: switch to 3.3 and mark the target as broken
SVN-Revision: 31595
Diffstat (limited to 'target/linux/rdc')
-rw-r--r-- | target/linux/rdc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile index 10b9dd27a8..9bf8487f30 100644 --- a/target/linux/rdc/Makefile +++ b/target/linux/rdc/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=i386 BOARD:=rdc BOARDNAME:=RDC 321x -FEATURES:=squashfs jffs2 pci usb pcmcia +FEATURES:=squashfs jffs2 pci usb pcmcia broken CFLAGS:=-Os -pipe -march=i486 -mtune=i486 -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=2.6.32.33 +LINUX_VERSION:=3.3.4 include $(INCLUDE_DIR)/target.mk |