wok rev 3732

linux: adddd drivers for dialup devices; linux-dialup (thanks domcox)
author Rohit Joshi <jozee@slitaz.org>
date Wed Jul 22 19:20:52 2009 +0000 (2009-07-22)
parents bf3619b6ee2a
children 37b42a1fd6e6
files linux-dialup/receipt linux/stuff/linux-2.6.29.3-slitaz.config
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux-dialup/receipt	Wed Jul 22 19:20:52 2009 +0000
     1.3 @@ -0,0 +1,39 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linux-dialup"
     1.7 +VERSION="2.6.29.3"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The Linux kernel dial-up modules."
    1.10 +MAINTAINER="domcox@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/list_modules.sh drivers/serial/serial_cs.ko.gz drivers/char/nozomi.ko.gz \
    1.24 +	drivers/usb/serial/option.ko.gz drivers/net/usb/hso.ko.gz | \
    1.25 +	while read module; do
    1.26 +    	dir=$path/$(dirname $module)
    1.27 +    	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.28 +        cp -a $_pkg/$path/$module $fs/$dir
    1.29 +    done
    1.30 +}
    1.31 +
    1.32 +# Post install/remove commands for Tazpkg.
    1.33 +post_install()
    1.34 +{
    1.35 +	chroot "$1/" depmod -a $VERSION-slitaz
    1.36 +}
    1.37 +
    1.38 +post_remove()
    1.39 +{
    1.40 +	depmod -a $VERSION-slitaz
    1.41 +}
    1.42 +
     2.1 --- a/linux/stuff/linux-2.6.29.3-slitaz.config	Wed Jul 22 21:54:45 2009 +0200
     2.2 +++ b/linux/stuff/linux-2.6.29.3-slitaz.config	Wed Jul 22 19:20:52 2009 +0000
     2.3 @@ -1553,7 +1553,7 @@
     2.4  # CONFIG_USB_EPSON2888 is not set
     2.5  # CONFIG_USB_KC2190 is not set
     2.6  CONFIG_USB_NET_ZAURUS=m
     2.7 -# CONFIG_USB_HSO is not set
     2.8 +CONFIG_USB_HSO=m
     2.9  CONFIG_NET_PCMCIA=y
    2.10  CONFIG_PCMCIA_3C589=m
    2.11  CONFIG_PCMCIA_3C574=m
    2.12 @@ -1791,7 +1791,7 @@
    2.13  # CONFIG_VT_HW_CONSOLE_BINDING is not set
    2.14  CONFIG_DEVKMEM=y
    2.15  # CONFIG_SERIAL_NONSTANDARD is not set
    2.16 -# CONFIG_NOZOMI is not set
    2.17 +CONFIG_NOZOMI=m
    2.18  
    2.19  #
    2.20  # Serial drivers
    2.21 @@ -1801,7 +1801,7 @@
    2.22  CONFIG_FIX_EARLYCON_MEM=y
    2.23  CONFIG_SERIAL_8250_PCI=y
    2.24  CONFIG_SERIAL_8250_PNP=y
    2.25 -# CONFIG_SERIAL_8250_CS is not set
    2.26 +CONFIG_SERIAL_8250_CS=m
    2.27  CONFIG_SERIAL_8250_NR_UARTS=4
    2.28  CONFIG_SERIAL_8250_RUNTIME_UARTS=4
    2.29  # CONFIG_SERIAL_8250_EXTENDED is not set
    2.30 @@ -2698,7 +2698,7 @@
    2.31  # CONFIG_USB_SERIAL_TI is not set
    2.32  # CONFIG_USB_SERIAL_CYBERJACK is not set
    2.33  # CONFIG_USB_SERIAL_XIRCOM is not set
    2.34 -# CONFIG_USB_SERIAL_OPTION is not set
    2.35 +CONFIG_USB_SERIAL_OPTION=m
    2.36  # CONFIG_USB_SERIAL_OMNINET is not set
    2.37  # CONFIG_USB_SERIAL_OPTICON is not set
    2.38  # CONFIG_USB_SERIAL_DEBUG is not set