diff options
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/ + |