mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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,6 +213,7 @@ makeinstall_init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
mkdir -p $INSTALL/lib/firmware/
|
||||||
ln -sf /storage/.config/firmware/ $INSTALL/lib/firmware/updates
|
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