mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux:
- do not remove /lib/firmware on reinstall - various fixes
This commit is contained in:
parent
eaea24c317
commit
57212c6332
@ -22,8 +22,7 @@ for i in `ls $INSTALL/lib/modules/*/modules.* | grep -v modules.dep | grep -v mo
|
||||
done
|
||||
|
||||
# copy kernel firmwares (if present)
|
||||
rm -rf $INSTALL/lib/firmware
|
||||
mkdir -p $INSTALL/lib/firmware
|
||||
cp -rf $PKG_BUILD/modules/lib/firmware/* $INSTALL/lib/firmware || echo "no firmware"
|
||||
cp -rf $PKG_BUILD/modules/lib/firmware/* $INSTALL/lib/firmware || true
|
||||
|
||||
mkdir -p $INSTALL/etc/modprobe.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user