diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-05 14:00:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-05 14:00:36 +0000 |
commit | 30b9dbe50f6f147241f840a7ae235a59ca95656b (patch) | |
tree | 3393b5b402f7d85d82edbab8cca93647e11b1afe /target/linux | |
parent | 9d2ace5b303c994e65ae9d9845ec0e0e355218a1 (diff) | |
download | upstream-30b9dbe50f6f147241f840a7ae235a59ca95656b.tar.gz upstream-30b9dbe50f6f147241f840a7ae235a59ca95656b.tar.bz2 upstream-30b9dbe50f6f147241f840a7ae235a59ca95656b.zip |
RDC is not broken with trunk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9140 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/rdc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile index d3717b7137..edda229421 100644 --- a/target/linux/rdc/Makefile +++ b/target/linux/rdc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=i386 BOARD:=rdc BOARDNAME:=RDC321x x86 -FEATURES:=squashfs jffs2 broken pci +FEATURES:=squashfs jffs2 pci LINUX_VERSION:=2.6.22.4 |