mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
kmod: also support depmod on target
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
89e6d75a40
commit
d3b73a8320
@ -66,6 +66,7 @@ post_makeinstall_target() {
|
||||
ln -sf /usr/bin/kmod $INSTALL/usr/sbin/rmmod
|
||||
ln -sf /usr/bin/kmod $INSTALL/usr/sbin/modinfo
|
||||
ln -sf /usr/bin/kmod $INSTALL/usr/sbin/modprobe
|
||||
ln -sf /usr/bin/kmod $INSTALL/usr/sbin/depmod
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
ln -sf /storage/.config/modprobe.d $INSTALL/etc/modprobe.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user