Mercurial > ecos
changeset 1845:b2d28c01ca0a
* current.ect: Removed packages which are listed as hardware. in
ecos.db. Such packages should only be listed in the target section
and cannot be added to a configuration, unless you are using
ecosconfig, which does not care about this distinction.
| author | asl |
|---|---|
| date | Mon, 15 Nov 2004 09:28:01 +0000 |
| parents | 72da39b0146a |
| children | 93cd84593c28 |
| files | packages/templates/all/ChangeLog packages/templates/all/current.ect |
| diffstat | 2 files changed, 7 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/templates/all/ChangeLog +++ b/packages/templates/all/ChangeLog @@ -1,3 +1,10 @@ +2004-11-15 Andrew Lunn <andrew.lunn@ascom.ch> + + * current.ect: Removed packages which are listed as hardware. in + ecos.db. Such packages should only be listed in the target section + and cannot be added to a configuration, unless you are using + ecosconfig, which does not care about this distinction. + 2004-10-05 Andrew Lunn <andrew.lunn@ascom.ch> * current.ect: Added in many missing packages, plus some defaults
--- a/packages/templates/all/current.ect +++ b/packages/templates/all/current.ect @@ -19,7 +19,6 @@ cdl_configuration template_all { package CYGPKG_LIBC current ; package CYGPKG_LIBC_I18N current ; package CYGPKG_LIBC_SETJMP current ; -# package CYGPKG_LIBC_SIGNALS current ; package CYGPKG_LIBC_STARTUP current ; package CYGPKG_LIBC_STDIO current ; package CYGPKG_LIBC_STDLIB current ; @@ -47,15 +46,8 @@ cdl_configuration template_all { package CYGPKG_FS_ROM current ; package CYGPKG_FS_JFFS2 current ; package CYGPKG_LINUX_COMPAT current ; - package CYGPKG_IO_USB current ; - package CYGPKG_IO_USB_SLAVE current ; - package CYGPKG_IO_USB_SLAVE_ETH current ; package CYGPKG_NET_FTPCLIENT current ; package CYGPKG_PPP current ; - package CYGPKG_DEVS_ETH_CF current ; - package CYGPKG_DEVS_ETH_NS_DP83902A current ; - package CYGPKG_IO_PCI current ; - package CYGPKG_IO_SPI current ; package CYGPKG_COMPRESS_ZLIB current ; package CYGPKG_POWER current ; package CYGPKG_VNC_SERVER current ;
