diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-11 19:15:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-11 19:15:07 +0000 |
commit | 093e9494c26dd3e26c8332816d2c5354c9ae976b (patch) | |
tree | 9e1e31a6af6afd9061ccd49ea10484d7d326ca96 /target | |
parent | edeee75f5346a69293bc9cc04a0bca050f187b4e (diff) | |
download | upstream-093e9494c26dd3e26c8332816d2c5354c9ae976b.tar.gz upstream-093e9494c26dd3e26c8332816d2c5354c9ae976b.tar.bz2 upstream-093e9494c26dd3e26c8332816d2c5354c9ae976b.zip |
adm5120 is no longer broken now
SVN-Revision: 7190
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/adm5120-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/Makefile b/target/linux/adm5120-2.6/Makefile index f372902df6..103007722d 100644 --- a/target/linux/adm5120-2.6/Makefile +++ b/target/linux/adm5120-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=adm5120 BOARDNAME:=ADM5120 (Little Endian) -FEATURES:=squashfs jffs2 broken pci usb +FEATURES:=squashfs jffs2 pci usb define Target/Description Build firmware images for Infineon/ADMtek ADM5120 based boards |