wok-6.x diff linux-dialup/receipt @ rev 12638

linux-*: module suffix is now .ko.xz
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 21:04:40 2012 +0200 (2012-04-29)
parents 6f536abe4f0b
children 8d4c41e0b3f3
line diff
     1.1 --- a/linux-dialup/receipt	Sun Apr 15 16:27:00 2012 +0200
     1.2 +++ b/linux-dialup/receipt	Sun Apr 29 21:04:40 2012 +0200
     1.3 @@ -18,8 +18,8 @@
     1.4      mkdir -p $fs/$path
     1.5      export src
     1.6      export _pkg
     1.7 -    $wanted_stuff/list_modules.sh drivers/tty/serial/serial_cs.ko.gz \
     1.8 -	drivers/usb/serial/option.ko.gz drivers/net/usb/hso.ko.gz | \
     1.9 +    $wanted_stuff/list_modules.sh drivers/tty/serial/serial_cs.ko.xz \
    1.10 +	drivers/usb/serial/option.ko.xz drivers/net/usb/hso.ko.xz | \
    1.11  	while read module; do
    1.12      	dir=$path/$(dirname $module)
    1.13      	[ -d $fs/$dir ] || mkdir -p $fs/$dir