diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 04:03:48 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 04:03:48 +0000 |
commit | 45b2fe29feb19bafa492e4add51b0e423f71a670 (patch) | |
tree | 07f921f0df8ea12bec83fda38018a11daf19f341 /openwrt/package/wknock/Config.in | |
parent | dab76b42698d91d3ed0a5f50168577c22e10ba08 (diff) |
adjust svn properties: add missing "svn:keywords" for Makefiles,
set "svn:eol-style" to LF and remove "svn:keywords" for Config.in and ipkg/* files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/wknock/Config.in')
-rw-r--r-- | openwrt/package/wknock/Config.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/openwrt/package/wknock/Config.in b/openwrt/package/wknock/Config.in index c5abe100a..106068da3 100644 --- a/openwrt/package/wknock/Config.in +++ b/openwrt/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/ + |