# HG changeset patch # User Pascal Bellard # Date 1214765101 0 # Node ID 1d1bb51299ff06adb267a564b03a000ca55695ff # Parent 0ebb1ed44fed8574b14ba037f85f93474aa5923d Add linux-jfs linux-xfs linux-gfs2 linux-udf linux-cifs linux-ncp linux-coda and wireless cards RT61PCI and RT73USB diff -r 0ebb1ed44fed -r 1d1bb51299ff linux-cifs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-cifs/receipt Sun Jun 29 18:45:01 2008 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="linux-cifs" +VERSION="2.6.25.5" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel cifs module." +MAINTAINER="pascal.bellard@slitaz.org" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh fs/cifs | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + depmod -a -b "$1/" $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r 0ebb1ed44fed -r 1d1bb51299ff linux-coda/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-coda/receipt Sun Jun 29 18:45:01 2008 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="linux-coda" +VERSION="2.6.25.5" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel coda module." +MAINTAINER="pascal.bellard@slitaz.org" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh fs/coda | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + depmod -a -b "$1/" $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r 0ebb1ed44fed -r 1d1bb51299ff linux-gfs2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-gfs2/receipt Sun Jun 29 18:45:01 2008 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="linux-gfs2" +VERSION="2.6.25.5" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel gfs2 module." +MAINTAINER="pascal.bellard@slitaz.org" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh fs/gfs2 | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + depmod -a -b "$1/" $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r 0ebb1ed44fed -r 1d1bb51299ff linux-jfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-jfs/receipt Sun Jun 29 18:45:01 2008 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="linux-jfs" +VERSION="2.6.25.5" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel jfs module." +MAINTAINER="pascal.bellard@slitaz.org" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh fs/jfs | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + depmod -a -b "$1/" $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r 0ebb1ed44fed -r 1d1bb51299ff linux-ncp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-ncp/receipt Sun Jun 29 18:45:01 2008 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="linux-ncp" +VERSION="2.6.25.5" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel ncp module." +MAINTAINER="pascal.bellard@slitaz.org" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh fs/ncp | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + depmod -a -b "$1/" $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r 0ebb1ed44fed -r 1d1bb51299ff linux-udf/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-udf/receipt Sun Jun 29 18:45:01 2008 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="linux-udf" +VERSION="2.6.25.5" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel udf module." +MAINTAINER="pascal.bellard@slitaz.org" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh fs/udf | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + depmod -a -b "$1/" $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r 0ebb1ed44fed -r 1d1bb51299ff linux-xfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-xfs/receipt Sun Jun 29 18:45:01 2008 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="linux-xfs" +VERSION="2.6.25.5" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel xfs module." +MAINTAINER="pascal.bellard@slitaz.org" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh fs/xfs | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + depmod -a -b "$1/" $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r 0ebb1ed44fed -r 1d1bb51299ff linux/stuff/linux-2.6.25.5-slitaz.config --- a/linux/stuff/linux-2.6.25.5-slitaz.config Sat Jun 28 15:51:45 2008 +0000 +++ b/linux/stuff/linux-2.6.25.5-slitaz.config Sun Jun 29 18:45:01 2008 +0000 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.25.5 -# Thu Jun 19 17:06:39 2008 +# Sun Jun 29 17:59:04 2008 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -570,7 +570,8 @@ CONFIG_IEEE80211_CRYPT_TKIP=m CONFIG_IEEE80211_SOFTMAC=m # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set -# CONFIG_RFKILL is not set +CONFIG_RFKILL=m +# CONFIG_RFKILL_INPUT is not set # CONFIG_NET_9P is not set # @@ -1142,13 +1143,16 @@ CONFIG_RT2X00_LIB=m CONFIG_RT2X00_LIB_PCI=m CONFIG_RT2X00_LIB_USB=m +CONFIG_RT2X00_LIB_FIRMWARE=y +CONFIG_RT2X00_LIB_RFKILL=y CONFIG_RT2400PCI=m -# CONFIG_RT2400PCI_RFKILL is not set +CONFIG_RT2400PCI_RFKILL=y CONFIG_RT2500PCI=m -# CONFIG_RT2500PCI_RFKILL is not set -# CONFIG_RT61PCI is not set +CONFIG_RT2500PCI_RFKILL=y +CONFIG_RT61PCI=m +CONFIG_RT61PCI_RFKILL=y CONFIG_RT2500USB=m -# CONFIG_RT73USB is not set +CONFIG_RT73USB=m # CONFIG_RT2X00_DEBUG is not set # @@ -1213,7 +1217,7 @@ # CONFIG_INPUT=y # CONFIG_INPUT_FF_MEMLESS is not set -# CONFIG_INPUT_POLLDEV is not set +CONFIG_INPUT_POLLDEV=m # # Userland interfaces @@ -1972,10 +1976,20 @@ # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set # CONFIG_REISERFS_FS_XATTR is not set -# CONFIG_JFS_FS is not set -# CONFIG_FS_POSIX_ACL is not set -# CONFIG_XFS_FS is not set -# CONFIG_GFS2_FS is not set +CONFIG_JFS_FS=m +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_XFS_FS=m +# CONFIG_XFS_QUOTA is not set +# CONFIG_XFS_SECURITY is not set +# CONFIG_XFS_POSIX_ACL is not set +# CONFIG_XFS_RT is not set +CONFIG_GFS2_FS=m +# CONFIG_GFS2_FS_LOCKING_NOLOCK is not set +# CONFIG_GFS2_FS_LOCKING_DLM is not set # CONFIG_OCFS2_FS is not set CONFIG_DNOTIFY=y CONFIG_INOTIFY=y @@ -1990,8 +2004,9 @@ # CONFIG_ISO9660_FS=y CONFIG_JOLIET=y -# CONFIG_ZISOFS is not set -# CONFIG_UDF_FS is not set +CONFIG_ZISOFS=y +CONFIG_UDF_FS=m +CONFIG_UDF_NLS=y # # DOS/FAT/NT Filesystems @@ -2049,9 +2064,23 @@ # CONFIG_RPCSEC_GSS_KRB5 is not set # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_SMB_FS is not set -# CONFIG_CIFS is not set -# CONFIG_NCP_FS is not set -# CONFIG_CODA_FS is not set +CONFIG_CIFS=m +# CONFIG_CIFS_STATS is not set +CONFIG_CIFS_WEAK_PW_HASH=y +# CONFIG_CIFS_XATTR is not set +# CONFIG_CIFS_DEBUG2 is not set +# CONFIG_CIFS_EXPERIMENTAL is not set +CONFIG_NCP_FS=m +# CONFIG_NCPFS_PACKET_SIGNING is not set +# CONFIG_NCPFS_IOCTL_LOCKING is not set +# CONFIG_NCPFS_STRONG is not set +# CONFIG_NCPFS_NFS_NS is not set +# CONFIG_NCPFS_OS2_NS is not set +# CONFIG_NCPFS_SMALLDOS is not set +# CONFIG_NCPFS_NLS is not set +# CONFIG_NCPFS_EXTRAS is not set +CONFIG_CODA_FS=m +# CONFIG_CODA_FS_OLD_API is not set # CONFIG_AFS_FS is not set # @@ -2225,7 +2254,7 @@ CONFIG_BITREVERSE=y CONFIG_CRC_CCITT=y # CONFIG_CRC16 is not set -# CONFIG_CRC_ITU_T is not set +CONFIG_CRC_ITU_T=m CONFIG_CRC32=y # CONFIG_CRC7 is not set CONFIG_LIBCRC32C=m