Mercurial > ecos
changeset 1736:164a5ad252ee
Tweak package's display field to avoid confusion when using the
configtool
| author | bartv |
|---|---|
| date | Wed, 25 Aug 2004 13:43:41 +0000 |
| parents | 839ab2302e2c |
| children | 462d6c993869 |
| files | packages/io/spi/current/ChangeLog packages/io/spi/current/cdl/spi.cdl |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/spi/current/ChangeLog +++ b/packages/io/spi/current/ChangeLog @@ -1,3 +1,9 @@ +2004-08-25 Bart Veer <bartv@ecoscentric.com> + + * cdl/spi.cdl: change the package's main display string, to avoid + confusion in the configtool's tree view if SPI device drivers are + placed below it + 2004-04-23 Bart Veer <bartv@ecoscentric.com> * Generic SPI package created
--- a/packages/io/spi/current/cdl/spi.cdl +++ b/packages/io/spi/current/cdl/spi.cdl @@ -44,7 +44,7 @@ #======================================================================== cdl_package CYGPKG_IO_SPI { - display "Generic SPI support" + display "SPI support" requires CYGPKG_INFRA CYGPKG_HAL hardware include_dir cyg/io
