diff options
| author | Volkov Viacheslav <sv99@inbox.ru> | 2015-10-28 11:02:43 +0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-22 22:58:39 +0100 |
| commit | b8d2e3b545dd40549d14d589472fd1ddf9c3da98 (patch) | |
| tree | 1c4ed76140bfa7895d238345945e9f83130307d9 /package/rfkill/Config.in | |
| parent | 9312178f56909ce494d7920c35f96b45fa10a240 (diff) | |
| download | buildroot-b8d2e3b545dd40549d14d589472fd1ddf9c3da98.tar.gz buildroot-b8d2e3b545dd40549d14d589472fd1ddf9c3da98.zip | |
rfkill: new package
[Thomas: use "br" as the version suffix instead of "-br" so that the
final version string is "0.5-br" and not "0.5--br".]
Signed-off-by: Viacheslav Volkov <sv99@inbox.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rfkill/Config.in')
| -rw-r--r-- | package/rfkill/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/rfkill/Config.in b/package/rfkill/Config.in new file mode 100644 index 0000000000..0d079138b8 --- /dev/null +++ b/package/rfkill/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_RFKILL + bool "rfkill" + help + rfkill is a small userspace tool to query the state of the + rfkill switches. + + https://wireless.wiki.kernel.org/en/users/documentation/rfkill |

