wok-backports rev 16

linux: update aufs3 patch name
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 23 16:16:52 2013 +0000 (2013-12-23)
parents 4e65361fc627
children 7573a08807e1
files linux/receipt linux/stuff/check_modules.sh linux64-toshiba/receipt
line diff
     1.1 --- a/linux/receipt	Mon Dec 23 10:05:24 2013 +0000
     1.2 +++ b/linux/receipt	Mon Dec 23 16:16:52 2013 +0000
     1.3 @@ -139,7 +139,7 @@
     1.4  aufs3-base.patch
     1.5  aufs3-standalone.patch
     1.6  aufs3-loopback.patch
     1.7 -aufs3-proc_map.patch
     1.8 +aufs3-mmap.patch
     1.9  channel-negative-one-maxim.patch
    1.10  mac80211.compat08082009.wl_frag+ack_v1.patch
    1.11  EOT
     2.1 --- a/linux/stuff/check_modules.sh	Mon Dec 23 10:05:24 2013 +0000
     2.2 +++ b/linux/stuff/check_modules.sh	Mon Dec 23 16:16:52 2013 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  #. /etc/slitaz/slitaz.conf
     2.5  
     2.6  #WOK=$LOCAL_REPOSITORY/wok
     2.7 -WOK=$(cd `dirname $0` && pwd | sed 's/wok.*/wok/')
     2.8 +WOK=$(cd `dirname $0` && pwd | sed 's|\(wok[^/]*\).*|\1|')
     2.9  VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    2.10  BASEVER="${VERSION:0:3}"
    2.11  src="$WOK/linux/source/linux-$VERSION"
     3.1 --- a/linux64-toshiba/receipt	Mon Dec 23 10:05:24 2013 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,41 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="linux64-toshiba"
     3.7 -VERSION="3.2.53"
     3.8 -BASEVER="${VERSION:0:3}"
     3.9 -CATEGORY="base-system"
    3.10 -SHORT_DESC="The Linux kernel toshiba module."
    3.11 -MAINTAINER="devel@slitaz.org"
    3.12 -LICENSE="GPL2"
    3.13 -DEPENDS="linux64"
    3.14 -WANTED="linux"
    3.15 -PROVIDE="linux-toshiba"
    3.16 -WEB_SITE="http://www.kernel.org/"
    3.17 -
    3.18 -# Modules paths and list
    3.19 -MOD_PATH="lib/modules/$BASEVER-slitaz/kernel"
    3.20 -MODULES="drivers/char/toshiba.ko.xz"
    3.21 -
    3.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.23 -genpkg_rules()
    3.24 -{
    3.25 -	_pkg=$install/linux64
    3.26 -	mkdir -p ${fs}/${MOD_PATH}
    3.27 -	for module in $MODULES
    3.28 -	do
    3.29 -		dir=$MOD_PATH/$(dirname $module)
    3.30 -		[ -d $fs/$dir ] || mkdir -p $fs/$dir
    3.31 -		cp -a $_pkg/$MOD_PATH/$module $fs/$dir
    3.32 -	done
    3.33 -}
    3.34 -
    3.35 -# Post install/remove commands for Tazpkg.
    3.36 -post_install()
    3.37 -{
    3.38 -	chroot "$1/" depmod -a $BASEVER-slitaz
    3.39 -}
    3.40 -
    3.41 -post_remove()
    3.42 -{
    3.43 -	chroot "$1/" depmod -a $BASEVER-slitaz
    3.44 -}