diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-06 08:10:06 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-06 08:10:06 +0000 |
commit | b3cd4794b00d3d41dc2c8a3578779d54e9fe7149 (patch) | |
tree | e1232c8320dc2971b7260f9621095cf214accb9c /target/linux | |
parent | d8ffd36cb907016c0b99d1b7ccdaa5b74fcbe08b (diff) |
au1000 has pci and usb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7099 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |