wok-stable rev 8087

Changed linux-ieee1394 to linux-firewire. This is cause ieee1394 stack is replaced by firewire now.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 22 04:19:17 2011 +0000 (2011-01-22)
parents 72dcf78f38c7
children 5fcf64731bf5
files linux-firewire/receipt linux-ieee1394/receipt linux/stuff/linux-2.6.37-slitaz.config
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux-firewire/receipt	Sat Jan 22 04:19:17 2011 +0000
     1.3 @@ -0,0 +1,37 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linux-firewire"
     1.7 +VERSION="2.6.37"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The Linux kernel firewire modules."
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +DEPENDS="linux"
    1.12 +WANTED="linux"
    1.13 +WEB_SITE="http://www.kernel.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +    local path
    1.19 +    path=lib/modules/$VERSION-slitaz/kernel
    1.20 +    mkdir -p $fs/$path
    1.21 +    export src
    1.22 +    export _pkg
    1.23 +    $src/slitaz/list_modules.sh drivers/firewire | while read module; do
    1.24 +    	dir=$path/$(dirname $module)
    1.25 +    	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.26 +        cp -a $_pkg/$path/$module $fs/$dir
    1.27 +    done
    1.28 +}
    1.29 +
    1.30 +# Post install/remove commands for Tazpkg.
    1.31 +post_install()
    1.32 +{
    1.33 +	chroot "$1/" depmod -a $VERSION-slitaz
    1.34 +}
    1.35 +
    1.36 +post_remove()
    1.37 +{
    1.38 +	depmod -a $VERSION-slitaz
    1.39 +}
    1.40 +
     2.1 --- a/linux-ieee1394/receipt	Sat Jan 22 03:56:40 2011 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,37 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="linux-ieee1394"
     2.7 -VERSION="2.6.37"
     2.8 -CATEGORY="base-system"
     2.9 -SHORT_DESC="The Linux kernel ieee1394 modules."
    2.10 -MAINTAINER="devel@slitaz.org"
    2.11 -DEPENDS="linux"
    2.12 -WANTED="linux"
    2.13 -WEB_SITE="http://www.kernel.org/"
    2.14 -
    2.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.16 -genpkg_rules()
    2.17 -{
    2.18 -    local path
    2.19 -    path=lib/modules/$VERSION-slitaz/kernel
    2.20 -    mkdir -p $fs/$path
    2.21 -    export src
    2.22 -    export _pkg
    2.23 -    $src/slitaz/list_modules.sh drivers/ieee1394 | while read module; do
    2.24 -    	dir=$path/$(dirname $module)
    2.25 -    	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    2.26 -        cp -a $_pkg/$path/$module $fs/$dir
    2.27 -    done
    2.28 -}
    2.29 -
    2.30 -# Post install/remove commands for Tazpkg.
    2.31 -post_install()
    2.32 -{
    2.33 -	chroot "$1/" depmod -a $VERSION-slitaz
    2.34 -}
    2.35 -
    2.36 -post_remove()
    2.37 -{
    2.38 -	depmod -a $VERSION-slitaz
    2.39 -}
    2.40 -
     3.1 --- a/linux/stuff/linux-2.6.37-slitaz.config	Sat Jan 22 03:56:40 2011 +0000
     3.2 +++ b/linux/stuff/linux-2.6.37-slitaz.config	Sat Jan 22 04:19:17 2011 +0000
     3.3 @@ -1457,25 +1457,12 @@
     3.4  # IEEE 1394 (FireWire) support
     3.5  #
     3.6  
     3.7 -#
     3.8 -# You can enable one or both FireWire driver stacks.
     3.9 -#
    3.10 -
    3.11 -#
    3.12 -# The newer stack is recommended.
    3.13 -#
    3.14 -# CONFIG_FIREWIRE is not set
    3.15 -CONFIG_IEEE1394=m
    3.16 -CONFIG_IEEE1394_OHCI1394=m
    3.17 -# CONFIG_IEEE1394_PCILYNX is not set
    3.18 -# CONFIG_IEEE1394_SBP2 is not set
    3.19 -# CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set
    3.20 -# CONFIG_IEEE1394_ETH1394 is not set
    3.21 -CONFIG_IEEE1394_RAWIO=m
    3.22 -CONFIG_IEEE1394_VIDEO1394=m
    3.23 -# CONFIG_IEEE1394_DV1394 is not set
    3.24 -# CONFIG_IEEE1394_VERBOSEDEBUG is not set
    3.25 -# CONFIG_FIREWIRE_NOSY is not set
    3.26 +CONFIG_FIREWIRE=m
    3.27 +CONFIG_FIREWIRE_OHCI=m
    3.28 +CONFIG_FIREWIRE_OHCI_DEBUG=y
    3.29 +CONFIG_FIREWIRE_SBP2=m
    3.30 +CONFIG_FIREWIRE_NET=m
    3.31 +CONFIG_FIREWIRE_NOSY=m
    3.32  # CONFIG_I2O is not set
    3.33  # CONFIG_MACINTOSH_DRIVERS is not set
    3.34  CONFIG_NETDEVICES=y