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 | 2efd321ce1ebf8e3998dc939dc8bdae8d8add3c9 (patch) | |
tree | e1232c8320dc2971b7260f9621095cf214accb9c /target | |
parent | c802341d491c6872bb75095809370c88e312d888 (diff) | |
download | upstream-2efd321ce1ebf8e3998dc939dc8bdae8d8add3c9.tar.gz upstream-2efd321ce1ebf8e3998dc939dc8bdae8d8add3c9.tar.bz2 upstream-2efd321ce1ebf8e3998dc939dc8bdae8d8add3c9.zip |
au1000 has pci and usb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7099 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |