diff options
Diffstat (limited to 'package/wknock')
-rw-r--r-- | package/wknock/Config.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package/wknock/Config.in b/package/wknock/Config.in index c5abe100a3..106068da3f 100644 --- a/package/wknock/Config.in +++ b/package/wknock/Config.in @@ -1,10 +1,10 @@ -config BR2_PACKAGE_WKNOCK
- prompt "wknock............................ A tool to hide your Access Point against opportunistic attackers."
- tristate
- default m if CONFIG_DEVEL
- select BR2_PACKAGE_LIBPCAP
- help
- A tool to hide your Access Point against opportunistic attackers.
-
- http://www.rstack.org/oudot/wknock/
-
+config BR2_PACKAGE_WKNOCK + prompt "wknock............................ A tool to hide your Access Point against opportunistic attackers." + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBPCAP + help + A tool to hide your Access Point against opportunistic attackers. + + http://www.rstack.org/oudot/wknock/ + |