Index: ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/ChangeLog,v retrieving revision 1.165 diff -u -r1.165 ChangeLog --- ChangeLog 2 Jun 2006 18:42:33 -0000 1.165 +++ ChangeLog 6 Jun 2006 14:17:27 -0000 @@ -1,3 +1,8 @@ +2006-06-06 Andrew Lunn + + * ecos.db: Remove the hardware property from the USB and USB slave + package. They themselves are not hardware dependent. + 2006-06-02 Andrew Lunn * ecos.db: Add AT91SAM7SEK and AT91SAM7XEK packages and targets Index: ecos.db =================================================================== RCS file: /cvs/ecos/ecos/packages/ecos.db,v retrieving revision 1.152 diff -u -r1.152 ecos.db --- ecos.db 2 Jun 2006 18:42:33 -0000 1.152 +++ ecos.db 6 Jun 2006 14:17:35 -0000 @@ -1341,7 +1341,6 @@ 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_SLAVE { alias { "Generic USB slave-side support" usbs } - hardware directory io/usb/slave script usbs.cdl description "Generic USB slave-side support"