diff options
| author | Rhys Williams <github@wilberforce.co.nz> | 2015-03-25 10:40:28 +1300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-03 15:16:40 +0200 |
| commit | 1ba7e76d5786114e05482ae6528e6da61eb12be3 (patch) | |
| tree | e7c3e086065a87fc3e6bccd655448b5eb4363a6e /package/lirc-tools/Config.in | |
| parent | 4b47ab6cd45fe383c14cb3a2e5426c87477f14db (diff) | |
| download | buildroot-1ba7e76d5786114e05482ae6528e6da61eb12be3.tar.gz buildroot-1ba7e76d5786114e05482ae6528e6da61eb12be3.zip | |
lirc-tools: new package
This package adds the userspace tools and daemons LIRC - Linux remote
control
[Thomas:
- rewrap Config.in help text, lines were too long. And do a bit of
rewording also.
- remove trailing whitespaces in Config.in.
- make sure Config.in is included from package/Config.in, otherwise
the package is not visible.
- use a full destination path when installing the sysv init script.
- add dependency on BR2_USE_MMU, since fork() is used.
- fix init script: use -n option to not daemonize since
start-stop-daemon is already doing that, use 'mkdir -p' and 'ln
-sf' to make the 'start' action re-executable.]
Signed-off-by: Rhys Williams <github@wilberforce.co.nz>
Reviewed-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lirc-tools/Config.in')
| -rw-r--r-- | package/lirc-tools/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/lirc-tools/Config.in b/package/lirc-tools/Config.in new file mode 100644 index 0000000000..0f58662c37 --- /dev/null +++ b/package/lirc-tools/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_LIRC_TOOLS + bool "lirc-tools" + depends on BR2_USE_MMU # fork() + help + LIRC is a package that supports receiving and sending IR + signals of the most common IR remote controls. It contains a + daemon that decodes and sends IR signals, a mouse daemon + that translates IR signals to mouse movements and a couple + of user programs that allow to control your computer with a + remote control. + + It requires the kernel LIRC interface driver, make sure to + enable the kernel drivers to support your hardware. + + http://www.lirc.org/ |

