6acd0a542e
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter k in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
config BR2_PACKAGE_KNOCK
|
|
bool "knock"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBPCAP
|
|
help
|
|
A port knocking implementation.
|
|
Provides a daemon and a user application. Port knocking can be
|
|
used to run an arbitrary application, once the daemon detects
|
|
a predefined sequence of incoming TCP/UDP packets on a network
|
|
interface. This can be used, e.g. to open up ports in a
|
|
firewall.
|
|
|
|
http://www.zeroflux.org/projects/knock
|