diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-06 08:10:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-06 08:10:06 +0000 |
commit | 6e93fa59ef59405c9c1abcc9ed1e711396f8e92c (patch) | |
tree | cd443401d5f01559d8f9bfa311765f7adb8380cc /target/linux/au1000-2.6 | |
parent | ca7a8156029b94f9fe0e9d78a2502c0b0db98567 (diff) | |
download | upstream-6e93fa59ef59405c9c1abcc9ed1e711396f8e92c.tar.gz upstream-6e93fa59ef59405c9c1abcc9ed1e711396f8e92c.tar.bz2 upstream-6e93fa59ef59405c9c1abcc9ed1e711396f8e92c.zip |
au1000 has pci and usb
SVN-Revision: 7099
Diffstat (limited to 'target/linux/au1000-2.6')
-rw-r--r-- | target/linux/au1000-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile index 30259d55b7..c90d59d72f 100644 --- a/target/linux/au1000-2.6/Makefile +++ b/target/linux/au1000-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=au1000 BOARDNAME:=AMD Alchemy AU1x00 -FEATURES:=jffs2 +FEATURES:=jffs2 usb pci define Target/Description Build firmware for AMD Alchemy 1500 boards |