diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 00:34:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 00:34:13 +0000 |
commit | 8caee11a69a88c0fe0977f2d22cca2acc10324fe (patch) | |
tree | 4ff28e4ab1de4a77dd38e4a066a1d22eedf8d24b /package/chillispot/Config.in | |
parent | c5b3ba28a0c4850d819f67b6e41dfa5f88bd395a (diff) | |
download | upstream-8caee11a69a88c0fe0977f2d22cca2acc10324fe.tar.gz upstream-8caee11a69a88c0fe0977f2d22cca2acc10324fe.tar.bz2 upstream-8caee11a69a88c0fe0977f2d22cca2acc10324fe.zip |
add chillispot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@501 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/chillispot/Config.in')
-rw-r--r-- | package/chillispot/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/chillispot/Config.in b/package/chillispot/Config.in new file mode 100644 index 0000000000..217ece8c11 --- /dev/null +++ b/package/chillispot/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_CHILLISPOT + tristate "chillispot" + default m + help + ChilliSpot is an open source captive portal or wireless LAN + access point controller. It is used for authenticating users + 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. |