mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux: bluez needs /etc/firmware/
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3c5f5a542a
commit
f815ed9db1
@ -186,4 +186,7 @@ makeinstall_init() {
|
||||
post_install() {
|
||||
mkdir -p $INSTALL/lib/firmware/
|
||||
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