From: florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Thu, 3 Jan 2008 19:33:51 +0000 (+0000)
Subject: Force broadcom-compat-ldso to be 2.4 only (#2963)
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/2a064e8249a37dd66e1bcb0a5d1ba7884f68c226

Force broadcom-compat-ldso to be 2.4 only (#2963)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10095 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile
index 34188ff2b..8c68e8e81 100644
--- a/package/broadcom-wl/Makefile
+++ b/package/broadcom-wl/Makefile
@@ -99,6 +99,7 @@ endef
 
 define Package/brcm-compat-ldso
   TITLE:=Broadcom wl/nas binary compatibility libraries
+  DEPENDS:=@TARGET_brcm_2_4
   SECTION:=libs
   CATEGORY:=Libraries
 endef