From 7d2748cd5a00f29a6c544781ded049bb272f4e57 Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Mon, 12 Dec 2005 02:42:46 +0000
Subject: [PATCH] wrt-radauth needs libnvram and libshared and will only build
 on mipsel/2.4 atm

SVN-Revision: 2635
---
 openwrt/package/wrt-radauth/Config.in | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab