wok diff linux-mmc/receipt @ rev 20261

Up linux 3.16.55
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 15 11:24:25 2018 +0100 (2018-03-15)
parents ffc20f9bd49f
children 86790a278e70
line diff
     1.1 --- a/linux-mmc/receipt	Wed Jan 10 15:30:44 2018 +0100
     1.2 +++ b/linux-mmc/receipt	Thu Mar 15 11:24:25 2018 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-mmc"
     1.7 -VERSION="3.2.98"
     1.8 +VERSION="3.16.55"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux kernel mmc modules (card reader)."
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -17,7 +17,7 @@
    1.13      path=lib/modules/$VERSION-slitaz/kernel
    1.14      mkdir -p $fs/$path
    1.15      export src install
    1.16 -    $wanted_stuff/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.xz drivers/misc/iwmc3200top/iwmc3200top.ko.xz| \
    1.17 +    $wanted_stuff/list_modules.sh drivers/mmc drivers/misc/tifm_7xx1.ko.xz | \
    1.18  	while read module; do
    1.19      	dir=$path/$(dirname $module)
    1.20      	[ -d $fs/$dir ] || mkdir -p $fs/$dir