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 | 802307161f84db5b4fcd064a8e3ffa598bbb208f (patch) | |
tree | 0b673398c4ab012a9cc78d1a96d5a0ad62e5a83c /package/broadcom-wl/Makefile | |
parent | a098583202a1cfbd5eec5fdf549d1e122a0b143c (diff) | |
download | upstream-802307161f84db5b4fcd064a8e3ffa598bbb208f.tar.gz upstream-802307161f84db5b4fcd064a8e3ffa598bbb208f.tar.bz2 upstream-802307161f84db5b4fcd064a8e3ffa598bbb208f.zip |
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
Diffstat (limited to 'package/broadcom-wl/Makefile')
-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 |