comparison packages/ecos.db @ 1482:111c2191e6f5

* ecos.db: Add 'hardware' attribute to CYGPKG_DEVS_ETH_ARM_KS32C5000. * ecosadmin.tcl: Delete empty directories in the repository following eCos package removal. Read the hardware attribute from package records in ecos.db.
author jld
date Fri, 30 Jan 2004 10:26:17 +0000
parents f2453fae08d4
children 8f5e0476bfbb
comparison
equal deleted inserted replaced
1481:ba7fea8efa2f 1482:111c2191e6f5
9 #============================================================================= 9 #=============================================================================
10 #####ECOSGPLCOPYRIGHTBEGIN#### 10 #####ECOSGPLCOPYRIGHTBEGIN####
11 ## ------------------------------------------- 11 ## -------------------------------------------
12 ## This file is part of eCos, the Embedded Configurable Operating System. 12 ## This file is part of eCos, the Embedded Configurable Operating System.
13 ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. 13 ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
14 ## Copyright (C) 2004 eCosCentric Limited
14 ## 15 ##
15 ## eCos is free software; you can redistribute it and/or modify it under 16 ## eCos is free software; you can redistribute it and/or modify it under
16 ## the terms of the GNU General Public License as published by the Free 17 ## the terms of the GNU General Public License as published by the Free
17 ## Software Foundation; either version 2 or (at your option) any later version. 18 ## Software Foundation; either version 2 or (at your option) any later version.
18 ## 19 ##
1341 development boards." 1342 development boards."
1342 } 1343 }
1343 1344
1344 package CYGPKG_DEVS_ETH_ARM_KS32C5000 { 1345 package CYGPKG_DEVS_ETH_ARM_KS32C5000 {
1345 alias { "Samsung KS32C5000 ethernet driver" eth_ks32c5000 } 1346 alias { "Samsung KS32C5000 ethernet driver" eth_ks32c5000 }
1347 hardware
1346 directory devs/eth/arm/ks32c5000 1348 directory devs/eth/arm/ks32c5000
1347 script ks32c5000_eth.cdl 1349 script ks32c5000_eth.cdl
1348 description "Ethernet driver for Samsung ks32c5000/S3c4510." 1350 description "Ethernet driver for Samsung ks32c5000/S3c4510."
1349 } 1351 }
1350 1352