diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 00:46:37 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 00:46:37 +0000 |
commit | bb197c86ef90fc9c12cb52af4ec254d9e0698c39 (patch) | |
tree | 3429ce3e85d162771d2bff4678e4210254188bcc /openwrt/package/wknock/Config.in | |
parent | 409f88c3b0863f1e186abef869c50e96960e1c25 (diff) |
add wknock package (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2362 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/wknock/Config.in')
-rw-r--r-- | openwrt/package/wknock/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/wknock/Config.in b/openwrt/package/wknock/Config.in new file mode 100644 index 000000000..c5abe100a --- /dev/null +++ b/openwrt/package/wknock/Config.in @@ -0,0 +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/
+
|