comparison packages/ecos.db @ 522:726ecf119e30

Add new Linux kernel compatibility package. Not a compatibility layer for Linux applications, but Linux drivers and filesystems. Intended for an updated JFFS2.
author jlarmour
date Wed, 22 Jan 2003 01:10:41 +0000
parents 3bad6dc606d2
children b0e7b1f888d6
comparison
equal deleted inserted replaced
521:c3f83515903f 522:726ecf119e30
992 script jffs2.cdl 992 script jffs2.cdl
993 description " 993 description "
994 This package contains the JFFS2 filesystem." 994 This package contains the JFFS2 filesystem."
995 } 995 }
996 996
997 package CYGPKG_LINUX_COMPAT {
998 alias { "Linux compatibility" linux_compat linuxcompat }
999 directory compat/linux
1000 script linux.cdl
1001 description "
1002 eCos supports a basic Linux compatibility Layer providing various
1003 functions, equivalents or stubs expected by Linux kernel code, for
1004 assistance in porting drivers and file system code from Linux.
1005 Note this does not provide Linux compatibility to applications."
1006 }
1007
997 package CYGPKG_IO_ETH_DRIVERS { 1008 package CYGPKG_IO_ETH_DRIVERS {
998 alias { "Common ethernet support" net_drivers eth_drivers CYGPKG_NET_ETH_DRIVERS } 1009 alias { "Common ethernet support" net_drivers eth_drivers CYGPKG_NET_ETH_DRIVERS }
999 directory io/eth 1010 directory io/eth
1000 script eth_drivers.cdl 1011 script eth_drivers.cdl
1001 description "Platform independent ethernet support." 1012 description "Platform independent ethernet support."