wok-4.x rev 961
Add linux-jfs linux-xfs linux-gfs2 linux-udf linux-cifs linux-ncp linux-coda and wireless cards RT61PCI and RT73USB
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 29 18:45:01 2008 +0000 (2008-06-29) |
parents | 0ebb1ed44fed |
children | a28a18adeab4 |
files | linux-cifs/receipt linux-coda/receipt linux-gfs2/receipt linux-jfs/receipt linux-ncp/receipt linux-udf/receipt linux-xfs/receipt linux/stuff/linux-2.6.25.5-slitaz.config |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linux-cifs/receipt Sun Jun 29 18:45:01 2008 +0000 1.3 @@ -0,0 +1,36 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="linux-cifs" 1.7 +VERSION="2.6.25.5" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="The Linux kernel cifs module." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WANTED="linux" 1.12 +WEB_SITE="http://www.kernel.org/" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + local path 1.18 + path=lib/modules/$VERSION-slitaz/kernel 1.19 + mkdir -p $fs/$path 1.20 + export src 1.21 + export _pkg 1.22 + $src/list_modules.sh fs/cifs | while read module; do 1.23 + dir=$path/$(dirname $module) 1.24 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.25 + cp -a $_pkg/$path/$module $fs/$dir 1.26 + done 1.27 +} 1.28 + 1.29 +# Post install/remove commands for Tazpkg. 1.30 +post_install() 1.31 +{ 1.32 + depmod -a -b "$1/" $VERSION-slitaz 1.33 +} 1.34 + 1.35 +post_remove() 1.36 +{ 1.37 + depmod -a $VERSION-slitaz 1.38 +} 1.39 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/linux-coda/receipt Sun Jun 29 18:45:01 2008 +0000 2.3 @@ -0,0 +1,36 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="linux-coda" 2.7 +VERSION="2.6.25.5" 2.8 +CATEGORY="base-system" 2.9 +SHORT_DESC="The Linux kernel coda module." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +WANTED="linux" 2.12 +WEB_SITE="http://www.kernel.org/" 2.13 + 2.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.15 +genpkg_rules() 2.16 +{ 2.17 + local path 2.18 + path=lib/modules/$VERSION-slitaz/kernel 2.19 + mkdir -p $fs/$path 2.20 + export src 2.21 + export _pkg 2.22 + $src/list_modules.sh fs/coda | while read module; do 2.23 + dir=$path/$(dirname $module) 2.24 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 2.25 + cp -a $_pkg/$path/$module $fs/$dir 2.26 + done 2.27 +} 2.28 + 2.29 +# Post install/remove commands for Tazpkg. 2.30 +post_install() 2.31 +{ 2.32 + depmod -a -b "$1/" $VERSION-slitaz 2.33 +} 2.34 + 2.35 +post_remove() 2.36 +{ 2.37 + depmod -a $VERSION-slitaz 2.38 +} 2.39 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/linux-gfs2/receipt Sun Jun 29 18:45:01 2008 +0000 3.3 @@ -0,0 +1,36 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="linux-gfs2" 3.7 +VERSION="2.6.25.5" 3.8 +CATEGORY="base-system" 3.9 +SHORT_DESC="The Linux kernel gfs2 module." 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +WANTED="linux" 3.12 +WEB_SITE="http://www.kernel.org/" 3.13 + 3.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.15 +genpkg_rules() 3.16 +{ 3.17 + local path 3.18 + path=lib/modules/$VERSION-slitaz/kernel 3.19 + mkdir -p $fs/$path 3.20 + export src 3.21 + export _pkg 3.22 + $src/list_modules.sh fs/gfs2 | while read module; do 3.23 + dir=$path/$(dirname $module) 3.24 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 3.25 + cp -a $_pkg/$path/$module $fs/$dir 3.26 + done 3.27 +} 3.28 + 3.29 +# Post install/remove commands for Tazpkg. 3.30 +post_install() 3.31 +{ 3.32 + depmod -a -b "$1/" $VERSION-slitaz 3.33 +} 3.34 + 3.35 +post_remove() 3.36 +{ 3.37 + depmod -a $VERSION-slitaz 3.38 +} 3.39 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/linux-jfs/receipt Sun Jun 29 18:45:01 2008 +0000 4.3 @@ -0,0 +1,36 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="linux-jfs" 4.7 +VERSION="2.6.25.5" 4.8 +CATEGORY="base-system" 4.9 +SHORT_DESC="The Linux kernel jfs module." 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +WANTED="linux" 4.12 +WEB_SITE="http://www.kernel.org/" 4.13 + 4.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.15 +genpkg_rules() 4.16 +{ 4.17 + local path 4.18 + path=lib/modules/$VERSION-slitaz/kernel 4.19 + mkdir -p $fs/$path 4.20 + export src 4.21 + export _pkg 4.22 + $src/list_modules.sh fs/jfs | while read module; do 4.23 + dir=$path/$(dirname $module) 4.24 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 4.25 + cp -a $_pkg/$path/$module $fs/$dir 4.26 + done 4.27 +} 4.28 + 4.29 +# Post install/remove commands for Tazpkg. 4.30 +post_install() 4.31 +{ 4.32 + depmod -a -b "$1/" $VERSION-slitaz 4.33 +} 4.34 + 4.35 +post_remove() 4.36 +{ 4.37 + depmod -a $VERSION-slitaz 4.38 +} 4.39 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/linux-ncp/receipt Sun Jun 29 18:45:01 2008 +0000 5.3 @@ -0,0 +1,36 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="linux-ncp" 5.7 +VERSION="2.6.25.5" 5.8 +CATEGORY="base-system" 5.9 +SHORT_DESC="The Linux kernel ncp module." 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +WANTED="linux" 5.12 +WEB_SITE="http://www.kernel.org/" 5.13 + 5.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.15 +genpkg_rules() 5.16 +{ 5.17 + local path 5.18 + path=lib/modules/$VERSION-slitaz/kernel 5.19 + mkdir -p $fs/$path 5.20 + export src 5.21 + export _pkg 5.22 + $src/list_modules.sh fs/ncp | while read module; do 5.23 + dir=$path/$(dirname $module) 5.24 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 5.25 + cp -a $_pkg/$path/$module $fs/$dir 5.26 + done 5.27 +} 5.28 + 5.29 +# Post install/remove commands for Tazpkg. 5.30 +post_install() 5.31 +{ 5.32 + depmod -a -b "$1/" $VERSION-slitaz 5.33 +} 5.34 + 5.35 +post_remove() 5.36 +{ 5.37 + depmod -a $VERSION-slitaz 5.38 +} 5.39 +
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/linux-udf/receipt Sun Jun 29 18:45:01 2008 +0000 6.3 @@ -0,0 +1,36 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="linux-udf" 6.7 +VERSION="2.6.25.5" 6.8 +CATEGORY="base-system" 6.9 +SHORT_DESC="The Linux kernel udf module." 6.10 +MAINTAINER="pascal.bellard@slitaz.org" 6.11 +WANTED="linux" 6.12 +WEB_SITE="http://www.kernel.org/" 6.13 + 6.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.15 +genpkg_rules() 6.16 +{ 6.17 + local path 6.18 + path=lib/modules/$VERSION-slitaz/kernel 6.19 + mkdir -p $fs/$path 6.20 + export src 6.21 + export _pkg 6.22 + $src/list_modules.sh fs/udf | while read module; do 6.23 + dir=$path/$(dirname $module) 6.24 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 6.25 + cp -a $_pkg/$path/$module $fs/$dir 6.26 + done 6.27 +} 6.28 + 6.29 +# Post install/remove commands for Tazpkg. 6.30 +post_install() 6.31 +{ 6.32 + depmod -a -b "$1/" $VERSION-slitaz 6.33 +} 6.34 + 6.35 +post_remove() 6.36 +{ 6.37 + depmod -a $VERSION-slitaz 6.38 +} 6.39 +
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/linux-xfs/receipt Sun Jun 29 18:45:01 2008 +0000 7.3 @@ -0,0 +1,36 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="linux-xfs" 7.7 +VERSION="2.6.25.5" 7.8 +CATEGORY="base-system" 7.9 +SHORT_DESC="The Linux kernel xfs module." 7.10 +MAINTAINER="pascal.bellard@slitaz.org" 7.11 +WANTED="linux" 7.12 +WEB_SITE="http://www.kernel.org/" 7.13 + 7.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 7.15 +genpkg_rules() 7.16 +{ 7.17 + local path 7.18 + path=lib/modules/$VERSION-slitaz/kernel 7.19 + mkdir -p $fs/$path 7.20 + export src 7.21 + export _pkg 7.22 + $src/list_modules.sh fs/xfs | while read module; do 7.23 + dir=$path/$(dirname $module) 7.24 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 7.25 + cp -a $_pkg/$path/$module $fs/$dir 7.26 + done 7.27 +} 7.28 + 7.29 +# Post install/remove commands for Tazpkg. 7.30 +post_install() 7.31 +{ 7.32 + depmod -a -b "$1/" $VERSION-slitaz 7.33 +} 7.34 + 7.35 +post_remove() 7.36 +{ 7.37 + depmod -a $VERSION-slitaz 7.38 +} 7.39 +
8.1 --- a/linux/stuff/linux-2.6.25.5-slitaz.config Sat Jun 28 15:51:45 2008 +0000 8.2 +++ b/linux/stuff/linux-2.6.25.5-slitaz.config Sun Jun 29 18:45:01 2008 +0000 8.3 @@ -1,7 +1,7 @@ 8.4 # 8.5 # Automatically generated make config: don't edit 8.6 # Linux kernel version: 2.6.25.5 8.7 -# Thu Jun 19 17:06:39 2008 8.8 +# Sun Jun 29 17:59:04 2008 8.9 # 8.10 # CONFIG_64BIT is not set 8.11 CONFIG_X86_32=y 8.12 @@ -570,7 +570,8 @@ 8.13 CONFIG_IEEE80211_CRYPT_TKIP=m 8.14 CONFIG_IEEE80211_SOFTMAC=m 8.15 # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set 8.16 -# CONFIG_RFKILL is not set 8.17 +CONFIG_RFKILL=m 8.18 +# CONFIG_RFKILL_INPUT is not set 8.19 # CONFIG_NET_9P is not set 8.20 8.21 # 8.22 @@ -1142,13 +1143,16 @@ 8.23 CONFIG_RT2X00_LIB=m 8.24 CONFIG_RT2X00_LIB_PCI=m 8.25 CONFIG_RT2X00_LIB_USB=m 8.26 +CONFIG_RT2X00_LIB_FIRMWARE=y 8.27 +CONFIG_RT2X00_LIB_RFKILL=y 8.28 CONFIG_RT2400PCI=m 8.29 -# CONFIG_RT2400PCI_RFKILL is not set 8.30 +CONFIG_RT2400PCI_RFKILL=y 8.31 CONFIG_RT2500PCI=m 8.32 -# CONFIG_RT2500PCI_RFKILL is not set 8.33 -# CONFIG_RT61PCI is not set 8.34 +CONFIG_RT2500PCI_RFKILL=y 8.35 +CONFIG_RT61PCI=m 8.36 +CONFIG_RT61PCI_RFKILL=y 8.37 CONFIG_RT2500USB=m 8.38 -# CONFIG_RT73USB is not set 8.39 +CONFIG_RT73USB=m 8.40 # CONFIG_RT2X00_DEBUG is not set 8.41 8.42 # 8.43 @@ -1213,7 +1217,7 @@ 8.44 # 8.45 CONFIG_INPUT=y 8.46 # CONFIG_INPUT_FF_MEMLESS is not set 8.47 -# CONFIG_INPUT_POLLDEV is not set 8.48 +CONFIG_INPUT_POLLDEV=m 8.49 8.50 # 8.51 # Userland interfaces 8.52 @@ -1972,10 +1976,20 @@ 8.53 # CONFIG_REISERFS_CHECK is not set 8.54 # CONFIG_REISERFS_PROC_INFO is not set 8.55 # CONFIG_REISERFS_FS_XATTR is not set 8.56 -# CONFIG_JFS_FS is not set 8.57 -# CONFIG_FS_POSIX_ACL is not set 8.58 -# CONFIG_XFS_FS is not set 8.59 -# CONFIG_GFS2_FS is not set 8.60 +CONFIG_JFS_FS=m 8.61 +# CONFIG_JFS_POSIX_ACL is not set 8.62 +# CONFIG_JFS_SECURITY is not set 8.63 +# CONFIG_JFS_DEBUG is not set 8.64 +# CONFIG_JFS_STATISTICS is not set 8.65 +CONFIG_FS_POSIX_ACL=y 8.66 +CONFIG_XFS_FS=m 8.67 +# CONFIG_XFS_QUOTA is not set 8.68 +# CONFIG_XFS_SECURITY is not set 8.69 +# CONFIG_XFS_POSIX_ACL is not set 8.70 +# CONFIG_XFS_RT is not set 8.71 +CONFIG_GFS2_FS=m 8.72 +# CONFIG_GFS2_FS_LOCKING_NOLOCK is not set 8.73 +# CONFIG_GFS2_FS_LOCKING_DLM is not set 8.74 # CONFIG_OCFS2_FS is not set 8.75 CONFIG_DNOTIFY=y 8.76 CONFIG_INOTIFY=y 8.77 @@ -1990,8 +2004,9 @@ 8.78 # 8.79 CONFIG_ISO9660_FS=y 8.80 CONFIG_JOLIET=y 8.81 -# CONFIG_ZISOFS is not set 8.82 -# CONFIG_UDF_FS is not set 8.83 +CONFIG_ZISOFS=y 8.84 +CONFIG_UDF_FS=m 8.85 +CONFIG_UDF_NLS=y 8.86 8.87 # 8.88 # DOS/FAT/NT Filesystems 8.89 @@ -2049,9 +2064,23 @@ 8.90 # CONFIG_RPCSEC_GSS_KRB5 is not set 8.91 # CONFIG_RPCSEC_GSS_SPKM3 is not set 8.92 # CONFIG_SMB_FS is not set 8.93 -# CONFIG_CIFS is not set 8.94 -# CONFIG_NCP_FS is not set 8.95 -# CONFIG_CODA_FS is not set 8.96 +CONFIG_CIFS=m 8.97 +# CONFIG_CIFS_STATS is not set 8.98 +CONFIG_CIFS_WEAK_PW_HASH=y 8.99 +# CONFIG_CIFS_XATTR is not set 8.100 +# CONFIG_CIFS_DEBUG2 is not set 8.101 +# CONFIG_CIFS_EXPERIMENTAL is not set 8.102 +CONFIG_NCP_FS=m 8.103 +# CONFIG_NCPFS_PACKET_SIGNING is not set 8.104 +# CONFIG_NCPFS_IOCTL_LOCKING is not set 8.105 +# CONFIG_NCPFS_STRONG is not set 8.106 +# CONFIG_NCPFS_NFS_NS is not set 8.107 +# CONFIG_NCPFS_OS2_NS is not set 8.108 +# CONFIG_NCPFS_SMALLDOS is not set 8.109 +# CONFIG_NCPFS_NLS is not set 8.110 +# CONFIG_NCPFS_EXTRAS is not set 8.111 +CONFIG_CODA_FS=m 8.112 +# CONFIG_CODA_FS_OLD_API is not set 8.113 # CONFIG_AFS_FS is not set 8.114 8.115 # 8.116 @@ -2225,7 +2254,7 @@ 8.117 CONFIG_BITREVERSE=y 8.118 CONFIG_CRC_CCITT=y 8.119 # CONFIG_CRC16 is not set 8.120 -# CONFIG_CRC_ITU_T is not set 8.121 +CONFIG_CRC_ITU_T=m 8.122 CONFIG_CRC32=y 8.123 # CONFIG_CRC7 is not set 8.124 CONFIG_LIBCRC32C=m