Mercurial > ecos-v3_0-branch
changeset 2226:4a05cffcf53c
* ecos.db: Remove the hardware property from the USB and USB slave
package. They themselves are not hardware dependent.
| author | asl |
|---|---|
| date | Tue, 06 Jun 2006 14:18:07 +0000 |
| parents | 26500399b500 |
| children | 4156dbc7c8ca |
| files | packages/ChangeLog packages/ecos.db |
| diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,8 @@ +2006-06-06 Andrew Lunn <andrew.lunn@ascom.ch> + + * ecos.db: Remove the hardware property from the USB and USB slave + package. They themselves are not hardware dependent. + 2006-06-02 Andrew Lunn <andrew.lunn@ascom.ch> * ecos.db: Add AT91SAM7SEK and AT91SAM7XEK packages and targets
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -1341,7 +1341,6 @@ package CYGPKG_IO_ETH_DRIVERS { package CYGPKG_IO_USB { alias { "Generic USB support" usb } - hardware directory io/usb/common script usb.cdl description "Generic USB support" @@ -1349,7 +1348,6 @@ package CYGPKG_IO_USB { package CYGPKG_IO_USB_SLAVE { alias { "Generic USB slave-side support" usbs } - hardware directory io/usb/slave script usbs.cdl description "Generic USB slave-side support"
