diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-12 04:03:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-12 04:03:48 +0000 |
commit | bf57464e60ac5b576f82ef83715b2338ceb4d106 (patch) | |
tree | 83f593c3aa909d7c2097e5270d39769a809760a7 /package/wknock | |
parent | 1bb2278a4da56baa7a19322f9a6c182f354ca487 (diff) | |
download | upstream-bf57464e60ac5b576f82ef83715b2338ceb4d106.tar.gz upstream-bf57464e60ac5b576f82ef83715b2338ceb4d106.tar.bz2 upstream-bf57464e60ac5b576f82ef83715b2338ceb4d106.zip |
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/openwrt@2638 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ + |