wok-4.x rev 12032
Update linux-libre according change made to linux
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Mar 07 00:09:31 2012 +0100 (2012-03-07) |
parents | 0bbc317a22ba |
children | d2ea785a98d7 |
files | linux-libre-aoe/receipt linux-libre-nbd/receipt linux-libre/stuff/linux-libre-2.6.37-libre-slitaz.config |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linux-libre-aoe/receipt Wed Mar 07 00:09:31 2012 +0100 1.3 @@ -0,0 +1,38 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="linux-libre-aoe" 1.7 +VERSION="2.6.37-libre" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="The Linux Libre kernel ATA over Ethernet modules." 1.10 +MAINTAINER="gokhlayeh@slitaz.org" 1.11 +PROVIDE="linux-aoe" 1.12 +WANTED="linux-libre" 1.13 +WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + local path 1.19 + path=lib/modules/$VERSION-slitaz/kernel 1.20 + mkdir -p $fs/$path 1.21 + export src 1.22 + export _pkg 1.23 + $wanted_stuff/list_modules.sh drivers/block/aoe/aoe.ko.gz | \ 1.24 + while read module; do 1.25 + dir=$path/$(dirname $module) 1.26 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.27 + cp -a $_pkg/$path/$module $fs/$dir 1.28 + done 1.29 +} 1.30 + 1.31 +# Post install/remove commands for Tazpkg. 1.32 +post_install() 1.33 +{ 1.34 + chroot "$1/" depmod -a $VERSION-slitaz 1.35 +} 1.36 + 1.37 +post_remove() 1.38 +{ 1.39 + chroot "$1/" depmod -a $VERSION-slitaz 1.40 +} 1.41 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/linux-libre-nbd/receipt Wed Mar 07 00:09:31 2012 +0100 2.3 @@ -0,0 +1,38 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="linux-libre-nbd" 2.7 +VERSION="2.6.37-libre" 2.8 +CATEGORY="base-system" 2.9 +SHORT_DESC="The Linux Libre kernel network block device modules." 2.10 +MAINTAINER="gokhlayeh@slitaz.org" 2.11 +PROVIDE="linux-nbd" 2.12 +WANTED="linux-libre" 2.13 +WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/" 2.14 + 2.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.16 +genpkg_rules() 2.17 +{ 2.18 + local path 2.19 + path=lib/modules/$VERSION-slitaz/kernel 2.20 + mkdir -p $fs/$path 2.21 + export src 2.22 + export _pkg 2.23 + $wanted_stuff/list_modules.sh drivers/block/nbd.ko.gz | \ 2.24 + while read module; do 2.25 + dir=$path/$(dirname $module) 2.26 + [ -d $fs/$dir ] || mkdir -p $fs/$dir 2.27 + cp -a $_pkg/$path/$module $fs/$dir 2.28 + done 2.29 +} 2.30 + 2.31 +# Post install/remove commands for Tazpkg. 2.32 +post_install() 2.33 +{ 2.34 + chroot "$1/" depmod -a $VERSION-slitaz 2.35 +} 2.36 + 2.37 +post_remove() 2.38 +{ 2.39 + chroot "$1/" depmod -a $VERSION-slitaz 2.40 +} 2.41 +
3.1 --- a/linux-libre/stuff/linux-libre-2.6.37-libre-slitaz.config Tue Mar 06 22:42:32 2012 +0100 3.2 +++ b/linux-libre/stuff/linux-libre-2.6.37-libre-slitaz.config Wed Mar 07 00:09:31 2012 +0100 3.3 @@ -1111,7 +1111,7 @@ 3.4 # 3.5 # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 3.6 # 3.7 -# CONFIG_BLK_DEV_NBD is not set 3.8 +CONFIG_BLK_DEV_NBD=m 3.9 # CONFIG_BLK_DEV_SX8 is not set 3.10 # CONFIG_BLK_DEV_UB is not set 3.11 CONFIG_BLK_DEV_RAM=y 3.12 @@ -1119,7 +1119,7 @@ 3.13 CONFIG_BLK_DEV_RAM_SIZE=4096 3.14 # CONFIG_BLK_DEV_XIP is not set 3.15 # CONFIG_CDROM_PKTCDVD is not set 3.16 -# CONFIG_ATA_OVER_ETH is not set 3.17 +CONFIG_ATA_OVER_ETH=m 3.18 CONFIG_VIRTIO_BLK=m 3.19 # CONFIG_BLK_DEV_HD is not set 3.20 # CONFIG_BLK_DEV_RBD is not set 3.21 @@ -2126,7 +2126,7 @@ 3.22 # Serial drivers 3.23 # 3.24 CONFIG_SERIAL_8250=y 3.25 -# CONFIG_SERIAL_8250_CONSOLE is not set 3.26 +CONFIG_SERIAL_8250_CONSOLE=y 3.27 CONFIG_FIX_EARLYCON_MEM=y 3.28 CONFIG_SERIAL_8250_PCI=y 3.29 CONFIG_SERIAL_8250_PNP=y 3.30 @@ -2532,7 +2532,7 @@ 3.31 # CONFIG_FB_SYS_FOPS is not set 3.32 # CONFIG_FB_SVGALIB is not set 3.33 # CONFIG_FB_MACMODES is not set 3.34 -CONFIG_FB_BACKLIGHT=y 3.35 +# CONFIG_FB_BACKLIGHT is not set 3.36 # CONFIG_FB_MODE_HELPERS is not set 3.37 # CONFIG_FB_TILEBLITTING is not set 3.38 3.39 @@ -3146,8 +3146,7 @@ 3.40 # CONFIG_IDE_PHISON is not set 3.41 # CONFIG_LINE6_USB is not set 3.42 # CONFIG_DRM_VMWGFX is not set 3.43 -CONFIG_DRM_NOUVEAU=m 3.44 -CONFIG_DRM_NOUVEAU_BACKLIGHT=y 3.45 +# CONFIG_DRM_NOUVEAU is not set 3.46 3.47 # 3.48 # I2C encoder or helper chips