mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
lirc:
- move /etc/conf.d/* to /etc/lirc.conf - rename packages/sysutils/lirc/config/sysconfig_$RECEIVER to packages/sysutils/lirc/config/config_$RECEIVER
This commit is contained in:
parent
693d121915
commit
af89ea5020
@ -5,6 +5,8 @@
|
||||
(
|
||||
progress "Starting LIRC daemon"
|
||||
|
||||
. /etc/lirc.conf
|
||||
|
||||
$IONICE mkdir -p /var/run/lirc
|
||||
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
|
||||
)&
|
||||
|
@ -16,9 +16,7 @@ mkdir -p $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/lircd_$REMOTE.conf $INSTALL/etc/lircd.conf
|
||||
|
||||
mkdir -p $INSTALL/etc/conf.d
|
||||
cp $PKG_DIR/config/sysconfig_$RECEIVER $INSTALL/etc/conf.d/lirc
|
||||
cp $PKG_DIR/config/config_$RECEIVER $INSTALL/etc/lirc.conf
|
||||
|
||||
mkdir -p $INSTALL/lib/modules/$VER/lirc
|
||||
cp $PKG_BUILD/drivers/*/*.ko $INSTALL/lib/modules/$VER/lirc
|
||||
|
Loading…
x
Reference in New Issue
Block a user