summaryrefslogtreecommitdiff
path: root/openwrt/package/nocatsplash
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
commitfd342b1ada887fea48427351a343f42562e04e8b (patch)
tree054175d34d46950baad630df40900e623391037a /openwrt/package/nocatsplash
parent1262d7ac9bf20c8afbe5ee727aa9693bf2d71203 (diff)
downloadmtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.zip
mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.gz
mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.bz2
reorganize/rationalize/format package menuconfig, make updatedd modular
SVN-Revision: 2333
Diffstat (limited to 'openwrt/package/nocatsplash')
-rw-r--r--openwrt/package/nocatsplash/Config.in16
1 files changed, 9 insertions, 7 deletions
diff --git a/openwrt/package/nocatsplash/Config.in b/openwrt/package/nocatsplash/Config.in
index ecceae4..174f9e6 100644
--- a/openwrt/package/nocatsplash/Config.in
+++ b/openwrt/package/nocatsplash/Config.in
@@ -1,10 +1,12 @@
config BR2_PACKAGE_NOCATSPLASH
- tristate "nocatsplash - Open public network gateway daemon"
+ prompt "nocatsplash....................... Open public network gateway daemon"
+ tristate
default m if CONFIG_DEVEL
help
- NoCatSplash is an Open Public Network Gateway Daemon.
- It performs as a [captive/open/active] portal. When run on a gateway/router
- on a network, all web requests are redirected until the client either logs
- in or clicks "I Accept" to an AUP. The gateway daemon then changes the
- firewall rules on the gateway to pass traffic for that client (based on IP
- address and MAC address).
+ NoCatSplash is an Open Public Network Gateway Daemon.
+ It performs as a [captive/open/active] portal. When run on a gateway/router
+ on a network, all web requests are redirected until the client either logs
+ in or clicks "I Accept" to an AUP. The gateway daemon then changes the
+ firewall rules on the gateway to pass traffic for that client (based on IP
+ address and MAC address).
+