summaryrefslogtreecommitdiffstats
path: root/base/module-init-tools/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-04-06 22:27:11 +0200
committertnut <thierryn1 at hispeed dot ch>2011-04-06 22:27:11 +0200
commit7ace03f4a7c612c13b8bec8cf3271f750bfb4624 (patch)
treef5cdb31d41308bc64bfbac94de09e1d0bda7d175 /base/module-init-tools/Pkgfile
parentc927dbc52a11db8fbd7963a54992f0477b150c85 (diff)
downloadnutyx-extra-7ace03f4a7c612c13b8bec8cf3271f750bfb4624.tar.gz
nutyx-extra-7ace03f4a7c612c13b8bec8cf3271f750bfb4624.tar.bz2
nutyx-extra-7ace03f4a7c612c13b8bec8cf3271f750bfb4624.tar.xz
nutyx-extra-7ace03f4a7c612c13b8bec8cf3271f750bfb4624.zip
module-init-tools, ajout blacklist nouveau
Diffstat (limited to 'base/module-init-tools/Pkgfile')
-rwxr-xr-xbase/module-init-tools/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/module-init-tools/Pkgfile b/base/module-init-tools/Pkgfile
index 525e20aae..6a63d9b13 100755
--- a/base/module-init-tools/Pkgfile
+++ b/base/module-init-tools/Pkgfile
@@ -5,9 +5,9 @@
name=module-init-tools
version=3.12
-release=2
+release=3
source=(http://www.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.bz2\
- modprobe.conf blacklist-fb.conf usb.conf)
+ nouveau.conf modprobe.conf blacklist-fb.conf usb.conf)
build() {
cd $name-$version
@@ -24,7 +24,7 @@ install -d $PKG/usr/share/man
install -d $PKG/etc/{modprobe.d,depmod.d}
make DESTDIR=$PKG mandir=/usr/share/man install
rm -f $PKG/sbin/generate-modprobe.conf
-for i in modprobe.conf blacklist-fb.conf usb.conf
+for i in modprobe.conf blacklist-fb.conf usb.conf nouveau.conf
do
install -m 644 ../$i $PKG/etc/modprobe.d/$i
done