mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
bcm2835-driver: symlink /opt/vc/lib to /usr/lib, fix display.conf
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
766d612165
commit
f0f6d041ce
@ -28,3 +28,5 @@ mkdir -p $INSTALL/usr/sbin
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/lib/*.so* $INSTALL/usr/lib
|
||||
|
||||
mkdir -p $INSTALL/opt/vc
|
||||
ln -sf /usr/lib $INSTALL/opt/vc/lib
|
@ -27,4 +27,7 @@
|
||||
|
||||
# stub function
|
||||
wait_for_xorg () {
|
||||
/usr/sbin/vcfiled
|
||||
echo 0 > /sys/class/vtconsole/vtcon1/bind
|
||||
fbset -xres 1 -yres 1 -vxres 1 -vyres 1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user