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