mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
linux:
- only copy firmware if firmware are build
This commit is contained in:
parent
d7cd3515e5
commit
d565f43554
@ -21,6 +21,7 @@ done
|
||||
|
||||
# copy kernel firmwares (if present)
|
||||
mkdir -p $INSTALL/lib/firmware
|
||||
[ -d $PKG_BUILD/modules/lib/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