# HG changeset patch # User asl # Date 1150715770 0 # Node ID ccc0f40c3371492a53b047fc8636532ba874b3a8 # Parent d323259ff26ebe00e3ace8c1cf44d9860f4cf145 * ecos.db: Remove entries for none existing packages. diff --git a/packages/ChangeLog b/packages/ChangeLog --- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,7 @@ +2006-06-19 Andrew Lunn + + * ecos.db: Remove entries for none existing packages. + 2006-06-08 Ilija Koco * ecos.db: Add Freescale MAC7100EVB platform and target diff --git a/packages/ecos.db b/packages/ecos.db --- a/packages/ecos.db +++ b/packages/ecos.db @@ -1362,13 +1362,6 @@ package CYGPKG_IO_USB_SLAVE_ETH { description "Support for USB peripherals that provide an ethernet-class function" } -package CYGPKG_IO_USB_SLAVE_TTY { - alias { "USB slave-side tty class drivers" usbs_tty } - directory io/usb/tty/slave - script usbs_tty.cdl - description "Support for USB peripherals that provide an tty function" -} - package CYGPKG_DEVS_USB_SA11X0 { alias { "Device-driver for the SA11X0 on-chip USB support" usb_sa11x0 } hardware @@ -1933,14 +1926,6 @@ package CYGPKG_DEVS_ETH_ECOSYNTH { description "Ethernet driver for the synthetic target" } -package CYGPKG_DEVS_ETH_ARM_AT91 { - alias { "AT91 Ethernet driver" at91_eth_driver } - directory devs/eth/arm/at91 - script at91_eth.cdl - hardware - description "Ethernet driver for the AT91 family of chips" -} - package CYGPKG_IO_PCI { alias { "PCI configuration library" io_pci } directory io/pci