diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 03:00:20 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 03:00:20 +0000 |
commit | 81d91695f5e0d00c532047579c456f9a276087ad (patch) | |
tree | 9477bde2bef92e128a208d1045ced10f494c71bd /openwrt | |
parent | 263c50bd9e6259488cb50d26e1d543fcb31e8ae6 (diff) |
make wrt-radauth depend on nvram which is more appropriate (thanks nbd)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2636 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/wrt-radauth/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/wrt-radauth/Config.in b/openwrt/package/wrt-radauth/Config.in index a340db36e..38222bf7b 100644 --- a/openwrt/package/wrt-radauth/Config.in +++ b/openwrt/package/wrt-radauth/Config.in @@ -2,7 +2,7 @@ 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_LINUX_2_4_BRCM + 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 |