diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-19 11:37:53 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-19 11:37:53 +0000 |
commit | 6db2db3a9c41ef447a6ac351f8408fa2cfb7ddad (patch) | |
tree | 321115703dfb532b1fc408762f25f374bae805b1 /openwrt/package/wrt-radauth/Config.in | |
parent | ffa984642179466a0da85232f79e197393303a12 (diff) |
add wrt-radauth package (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2180 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/wrt-radauth/Config.in')
-rw-r--r-- | openwrt/package/wrt-radauth/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/wrt-radauth/Config.in b/openwrt/package/wrt-radauth/Config.in new file mode 100644 index 0000000000..b21c5fc8ba --- /dev/null +++ b/openwrt/package/wrt-radauth/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_WRT_RADAUTH + tristate "wrt-radauth - a RADIUS MAC authenticator for Broadcom based access points" + default m if CONFIG_DEVEL + help + This software watches the stations associating to a broadcom based + AccessPoint (e.g. Linksys WRT54G) and sends an authentication request + to the radius-server specified in nvram. + + http://www.zerfleddert.de/wrt54g/ + |