diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:22:25 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:22:25 +0000 |
commit | 44e5b1b3e69879352b4973d2e0f06c164b61941d (patch) | |
tree | 13a0253e981d8884c71b4d0a576ce456416e1a1e /openwrt/package/chillispot/Config.in | |
parent | 5f15b8b855aa7ce535c22d8491ed503c6d80b557 (diff) | |
download | mtk-20170518-44e5b1b3e69879352b4973d2e0f06c164b61941d.zip mtk-20170518-44e5b1b3e69879352b4973d2e0f06c164b61941d.tar.gz mtk-20170518-44e5b1b3e69879352b4973d2e0f06c164b61941d.tar.bz2 |
Add short description to Config.in prompt, add URL too
SVN-Revision: 951
Diffstat (limited to 'openwrt/package/chillispot/Config.in')
-rw-r--r-- | openwrt/package/chillispot/Config.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/openwrt/package/chillispot/Config.in b/openwrt/package/chillispot/Config.in index a8298fc..b567a7c 100644 --- a/openwrt/package/chillispot/Config.in +++ b/openwrt/package/chillispot/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_CHILLISPOT - tristate "chillispot" + tristate "chillispot - Wireless LAN access point controller" default m if CONFIG_DEVEL help ChilliSpot is an open source captive portal or wireless LAN @@ -7,4 +7,8 @@ config BR2_PACKAGE_CHILLISPOT of a wireless LAN. It supports web based login which is today's standard for public HotSpots and it supports Wireless Protected Access (WPA) which is the standard of the future. Authentication, - authorization and accounting (AAA) is handled by your favorite radius server. + authorization and accounting (AAA) is handled by your favorite + radius server. + + http://www.chillispot.org/ + |