mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
lirc:
- dont force modeprobe - some cleanups
This commit is contained in:
parent
b0f9ecfedc
commit
94c4248e31
@ -5,13 +5,6 @@
|
|||||||
(
|
(
|
||||||
progress "Starting LIRC daemon"
|
progress "Starting LIRC daemon"
|
||||||
|
|
||||||
# insert needed modules
|
|
||||||
IFS='|'
|
|
||||||
for module in $LIRC_MODULES; do
|
|
||||||
eval "modprobe $module" >/dev/null 2>&1
|
|
||||||
done
|
|
||||||
|
|
||||||
# start lircd
|
|
||||||
mkdir -p /var/run/lirc
|
mkdir -p /var/run/lirc
|
||||||
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
|
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
|
||||||
)&
|
)&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user