mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux: fix build if /lib/firmeware is not avaible before creating the symlink
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
55f7da3dbc
commit
4a82afe95b
@ -213,7 +213,8 @@ makeinstall_init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
ln -sf /storage/.config/firmware/ $INSTALL/lib/firmware/updates
|
mkdir -p $INSTALL/lib/firmware/
|
||||||
|
ln -sf /storage/.config/firmware/ $INSTALL/lib/firmware/updates
|
||||||
|
|
||||||
enable_service cpufreq-threshold.service
|
enable_service cpufreq-threshold.service
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user