make wrt-radauth depend on nvram which is more appropriate (thanks nbd)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2636 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
c17a4b4ae7
commit
115c17363f
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_WRT_RADAUTH
|
||||||
prompt "wrt-radauth....................... A Radius MAC authenticator for Broadcom based access points"
|
prompt "wrt-radauth....................... A Radius MAC authenticator for Broadcom based access points"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
depends BR2_LINUX_2_4_BRCM
|
depends BR2_PACKAGE_NVRAM
|
||||||
help
|
help
|
||||||
This software watches the stations associating to a broadcom based
|
This software watches the stations associating to a broadcom based
|
||||||
AccessPoint (e.g. Linksys WRT54G) and sends an authentication request
|
AccessPoint (e.g. Linksys WRT54G) and sends an authentication request
|
||||||
|
|
Loading…
Reference in New Issue