wok rev 7347

Removed some more kernel modules repeated in other packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 21 19:10:30 2010 +0000 (2010-11-21)
parents 21aaba11cc72
children aa21620619e1
files linux-drm/receipt linux-video/receipt linux/receipt linux/stuff/modules-2.6.36.list
line diff
     1.1 --- a/linux-drm/receipt	Sun Nov 21 18:35:08 2010 +0000
     1.2 +++ b/linux-drm/receipt	Sun Nov 21 19:10:30 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="The Linux kernel drm module."
     1.6  MAINTAINER="devel@slitaz.org"
     1.7 -DEPENDS="linux"
     1.8 +DEPENDS="linux-agp"
     1.9  WANTED="linux"
    1.10  WEB_SITE="http://www.kernel.org/"
    1.11  
    1.12 @@ -28,6 +28,11 @@
    1.13  	    rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i
    1.14  	fi
    1.15      done
    1.16 +
    1.17 +    # remove drivers/char/agp kernel modules cause there in linux-agp package
    1.18 +    if [ -d $fs/lib/modules/$VERSION-slitaz/kernel/drivers/char/agp ]; then
    1.19 +        rm -rf $fs/lib/modules/$VERSION-slitaz/kernel/drivers/char/agp
    1.20 +    fi
    1.21  }
    1.22  
    1.23  # Post install/remove commands for Tazpkg.
     2.1 --- a/linux-video/receipt	Sun Nov 21 18:35:08 2010 +0000
     2.2 +++ b/linux-video/receipt	Sun Nov 21 19:10:30 2010 +0000
     2.3 @@ -11,8 +11,7 @@
     2.4  
     2.5  # Modules paths and list
     2.6  MOD_PATH="lib/modules/$VERSION-slitaz/kernel"
     2.7 -MODULES="drivers/video/output.ko.gz
     2.8 -drivers/video/backlight/lcd.ko.gz
     2.9 +MODULES="drivers/video/backlight/lcd.ko.gz
    2.10  drivers/video/backlight/generic_bl.ko.gz
    2.11  drivers/gpio/bt8xxgpio.ko.gz"
    2.12  
     3.1 --- a/linux/receipt	Sun Nov 21 18:35:08 2010 +0000
     3.2 +++ b/linux/receipt	Sun Nov 21 19:10:30 2010 +0000
     3.3 @@ -155,6 +155,6 @@
     3.4  	#rm -rf aufs2
     3.5  	rm stuff/aufs2-base*
     3.6  	rm stuff/aufs2-standalone*
     3.7 -	#rm stuff/aufs2-kbuild*
     3.8 +	rm stuff/aufs2-kbuild*
     3.9  	rm -rf stuff/tmp
    3.10  }
     4.1 --- a/linux/stuff/modules-2.6.36.list	Sun Nov 21 18:35:08 2010 +0000
     4.2 +++ b/linux/stuff/modules-2.6.36.list	Sun Nov 21 19:10:30 2010 +0000
     4.3 @@ -114,6 +114,7 @@
     4.4  drivers/ssb/ssb.ko.gz
     4.5  drivers/block/floppy.ko.gz
     4.6  drivers/input/mouse/sermouse.ko.gz
     4.7 +drivers/video/output.ko.gz
     4.8  fs/binfmt_misc.ko.gz
     4.9  fs/fat/msdos.ko.gz
    4.10  fs/fuse/cuse.ko.gz