diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-08-25 16:46:04 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-08-25 16:51:57 +0200 |
commit | 885910225d86722811ad4d3610d9e5d076e5614a (patch) | |
tree | 3166c9a10a867848149c64abea08e5c6cea5f098 | |
parent | acffa62d1235d2379a304b2216f8a3d46ba5e3d9 (diff) | |
download | mtk-20170518-885910225d86722811ad4d3610d9e5d076e5614a.zip mtk-20170518-885910225d86722811ad4d3610d9e5d076e5614a.tar.gz mtk-20170518-885910225d86722811ad4d3610d9e5d076e5614a.tar.bz2 |
iwinfo: mark as nonshared
The iwinfo library might get compiled with different backends, depending on
the driver selection of the current target, so mark it as nonshared to avoid
broken libiwinfo support on other targets with same cpu architecture but
different wireless driver types.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | package/network/utils/iwinfo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 3049e24..3130e86 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -18,6 +18,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=GPL-2.0 +PKG_FLAGS := nonshared + PKG_CONFIG_DEPENDS := \ CONFIG_PACKAGE_kmod-brcm-wl \ CONFIG_PACKAGE_kmod-brcm-wl-mini \ |