# HG changeset patch # User Christopher Rogers # Date 1295669957 0 # Node ID 7a2cf0920dfbf844b3c0eb7fa4bc21a8ccc3edae # Parent 72dcf78f38c73ad99ce07378571e36f875afb4b7 Changed linux-ieee1394 to linux-firewire. This is cause ieee1394 stack is replaced by firewire now. diff -r 72dcf78f38c7 -r 7a2cf0920dfb linux-firewire/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-firewire/receipt Sat Jan 22 04:19:17 2011 +0000 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="linux-firewire" +VERSION="2.6.37" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel firewire modules." +MAINTAINER="devel@slitaz.org" +DEPENDS="linux" +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/slitaz/list_modules.sh drivers/firewire | 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() +{ + chroot "$1/" depmod -a $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r 72dcf78f38c7 -r 7a2cf0920dfb linux-ieee1394/receipt --- a/linux-ieee1394/receipt Sat Jan 22 03:56:40 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="linux-ieee1394" -VERSION="2.6.37" -CATEGORY="base-system" -SHORT_DESC="The Linux kernel ieee1394 modules." -MAINTAINER="devel@slitaz.org" -DEPENDS="linux" -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/slitaz/list_modules.sh drivers/ieee1394 | 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() -{ - chroot "$1/" depmod -a $VERSION-slitaz -} - -post_remove() -{ - depmod -a $VERSION-slitaz -} - diff -r 72dcf78f38c7 -r 7a2cf0920dfb linux/stuff/linux-2.6.37-slitaz.config --- a/linux/stuff/linux-2.6.37-slitaz.config Sat Jan 22 03:56:40 2011 +0000 +++ b/linux/stuff/linux-2.6.37-slitaz.config Sat Jan 22 04:19:17 2011 +0000 @@ -1457,25 +1457,12 @@ # IEEE 1394 (FireWire) support # -# -# You can enable one or both FireWire driver stacks. -# - -# -# The newer stack is recommended. -# -# CONFIG_FIREWIRE is not set -CONFIG_IEEE1394=m -CONFIG_IEEE1394_OHCI1394=m -# CONFIG_IEEE1394_PCILYNX is not set -# CONFIG_IEEE1394_SBP2 is not set -# CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set -# CONFIG_IEEE1394_ETH1394 is not set -CONFIG_IEEE1394_RAWIO=m -CONFIG_IEEE1394_VIDEO1394=m -# CONFIG_IEEE1394_DV1394 is not set -# CONFIG_IEEE1394_VERBOSEDEBUG is not set -# CONFIG_FIREWIRE_NOSY is not set +CONFIG_FIREWIRE=m +CONFIG_FIREWIRE_OHCI=m +CONFIG_FIREWIRE_OHCI_DEBUG=y +CONFIG_FIREWIRE_SBP2=m +CONFIG_FIREWIRE_NET=m +CONFIG_FIREWIRE_NOSY=m # CONFIG_I2O is not set # CONFIG_MACINTOSH_DRIVERS is not set CONFIG_NETDEVICES=y