diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-01-03 19:33:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-01-03 19:33:51 +0000 |
commit | d188c641cf0684fdf4b8a1ca7c2f54c9dd5b23d3 (patch) | |
tree | 16123b3d130148cd8f7acd76f136f25b11861374 | |
parent | f002d13e3c3a7f9d8ab205091e991cf4b565dad4 (diff) | |
download | upstream-d188c641cf0684fdf4b8a1ca7c2f54c9dd5b23d3.tar.gz upstream-d188c641cf0684fdf4b8a1ca7c2f54c9dd5b23d3.tar.bz2 upstream-d188c641cf0684fdf4b8a1ca7c2f54c9dd5b23d3.zip |
Force broadcom-compat-ldso to be 2.4 only (#2963)
SVN-Revision: 10095
-rw-r--r-- | package/broadcom-wl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile index 34188ff2b0..8c68e8e817 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 |