diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 02:42:46 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 02:42:46 +0000 |
commit | 263c50bd9e6259488cb50d26e1d543fcb31e8ae6 (patch) | |
tree | b58a8755280836f7b64408dc5e75a4a22e8620bb /openwrt/package | |
parent | 3e8b40b06ea78cb3f9a8e6a3cc771c4bc7e76ba5 (diff) |
wrt-radauth needs libnvram and libshared and will only build on mipsel/2.4 atm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2635 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/wrt-radauth/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/wrt-radauth/Config.in b/openwrt/package/wrt-radauth/Config.in index fc34213f0d..a340db36e7 100644 --- a/openwrt/package/wrt-radauth/Config.in +++ b/openwrt/package/wrt-radauth/Config.in @@ -2,6 +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 help This software watches the stations associating to a broadcom based AccessPoint (e.g. Linksys WRT54G) and sends an authentication request |