summaryrefslogtreecommitdiffstats
path: root/base/module-init-tools/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/module-init-tools/Pkgfile')
-rwxr-xr-xbase/module-init-tools/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/module-init-tools/Pkgfile b/base/module-init-tools/Pkgfile
index 417e20fce..fff52340d 100755
--- a/base/module-init-tools/Pkgfile
+++ b/base/module-init-tools/Pkgfile
@@ -8,7 +8,7 @@ name=module-init-tools
version=3.11.1
release=1
source=(http://www.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.bz2\
- modprobe.conf)
+ modprobe.conf blacklist-fb)
build() {
cd $name-$version
@@ -25,4 +25,5 @@ install -d $PKG/etc/{modprobe.d,depmod.d}
make DESTDIR=$PKG mandir=/usr/share/man install
rm -f $PKG/sbin/generate-modprobe.conf
install -m 644 ../modprobe.conf $PKG/etc/modprobe.d/modprobe.conf
+install -m 644 ../blacklist-fb $PKG/etc/modprobe.d/
}