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 | f15908485431a65bd7d9317272ef28e4b700a19d (patch) | |
tree | 83f593c3aa909d7c2097e5270d39769a809760a7 /package/wknock | |
parent | 1203b4c004f0579bba568f1c74e10d0dd4ab55a3 (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/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 c5abe100a..106068da3 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/ + |