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 | 350b4596a464a1ea81bd6933a138c32386c23202 (patch) | |
tree | d9fa2654835f6d59c0f377f0b7903c5b4b72125d /package | |
parent | eff261dcb863d3bf0cf5bd64013326180b2770e7 (diff) | |
download | upstream-350b4596a464a1ea81bd6933a138c32386c23202.tar.gz upstream-350b4596a464a1ea81bd6933a138c32386c23202.tar.bz2 upstream-350b4596a464a1ea81bd6933a138c32386c23202.zip |
Add short description to Config.in prompt, add URL too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@951 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/chillispot/Config.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package/chillispot/Config.in b/package/chillispot/Config.in index a8298fc3d0..b567a7ce71 100644 --- a/package/chillispot/Config.in +++ b/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/ + |