blob: 38222bf7be510265e2f491a851d0e0dadac5e7b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_WRT_RADAUTH
prompt "wrt-radauth....................... A Radius MAC authenticator for Broadcom based access points"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_NVRAM
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/
|