diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 16:22:25 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 16:22:25 +0000 |
commit | da8cc9e5b84a89d9dadeccfb02a90e5c47e7e1ae (patch) | |
tree | 13a0253e981d8884c71b4d0a576ce456416e1a1e /openwrt/package/chillispot/Config.in | |
parent | 0d21423b4f258b400226f2057030fff16f9eca73 (diff) |
Add short description to Config.in prompt, add URL too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@951 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a8298fc3d0..b567a7ce71 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/ + |