wok diff linux-wireless/receipt @ rev 3000

slim: Fix pre_install func to backup config file (Thanks firmit)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 11 21:44:31 2009 +0200 (2009-05-11)
parents f306d126580e
children b235b512eb2b
line diff
     1.1 --- a/linux-wireless/receipt	Thu May 07 09:37:08 2009 +0200
     1.2 +++ b/linux-wireless/receipt	Mon May 11 21:44:31 2009 +0200
     1.3 @@ -1,11 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-wireless"
     1.7 -VERSION="2.6.25.5"
     1.8 +VERSION="2.6.29.3"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux kernel wireless modules."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -DEPENDS="linux"
    1.13  WANTED="linux"
    1.14  WEB_SITE="http://www.kernel.org/"
    1.15  DEPENDS="linux-crypto wireless_tools"
    1.16 @@ -21,8 +20,8 @@
    1.17      export src
    1.18      export _pkg
    1.19      
    1.20 -    $src/list_modules.sh drivers/net/wireless net/wireless net/ieee80211 | \
    1.21 -    while read module; do
    1.22 +    $src/list_modules.sh drivers/net/wireless drivers/staging/wlan-ng \
    1.23 +    net/wireless net/mac80211 | 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 @@ -32,7 +31,7 @@
    1.28  # Post install/remove commands for Tazpkg.
    1.29  post_install()
    1.30  {
    1.31 - 	chroot "$1/" depmod -a $VERSION-slitaz
    1.32 +	chroot "$1/" depmod -a $VERSION-slitaz
    1.33  }
    1.34  
    1.35  post_remove()