mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
linux: bluez needs /etc/firmware/
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
436e3e6937
commit
63ae76affe
@ -198,4 +198,7 @@ makeinstall_init() {
|
|||||||
post_install() {
|
post_install() {
|
||||||
mkdir -p $INSTALL/lib/firmware/
|
mkdir -p $INSTALL/lib/firmware/
|
||||||
ln -sf /storage/.config/firmware/ $INSTALL/lib/firmware/updates
|
ln -sf /storage/.config/firmware/ $INSTALL/lib/firmware/updates
|
||||||
|
|
||||||
|
# bluez looks in /etc/firmware/
|
||||||
|
ln -sf /lib/firmware/ $INSTALL/etc/firmware
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user