From: juhosg Date: Sat, 5 May 2012 11:43:30 +0000 (+0000) Subject: rdc: switch to 3.3 and mark the target as broken X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9ca85294f43467a541558f0f5f10b8737d8eacd5;p=openwrt.git rdc: switch to 3.3 and mark the target as broken git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31595 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 -LINUX_VERSION:=2.6.32.33 +LINUX_VERSION:=3.3.4 include $(INCLUDE_DIR)/target.mk