kmod: clean up modprobe.d/

This commit is contained in:
Stephan Raue 2014-10-13 14:07:15 +03:00
parent 6b4d9ef088
commit ecb41770cd

View File

@ -67,10 +67,6 @@ post_makeinstall_target() {
ln -sf /usr/bin/kmod $INSTALL/sbin/modinfo
ln -sf /usr/bin/kmod $INSTALL/sbin/modprobe
# add system modprobe.d dir
mkdir -p $INSTALL/etc/modprobe.d
cp $PKG_DIR/modprobe.d/* $INSTALL/etc/modprobe.d
# add user modprobe.d dir
mkdir -p $INSTALL/usr/config/modprobe.d
}