summaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-08-25 16:46:04 +0200
committerJo-Philipp Wich <jo@mein.io>2016-08-25 16:51:57 +0200
commit885910225d86722811ad4d3610d9e5d076e5614a (patch)
tree3166c9a10a867848149c64abea08e5c6cea5f098 /package/network
parentacffa62d1235d2379a304b2216f8a3d46ba5e3d9 (diff)
downloadmaster-31e0f0ae-885910225d86722811ad4d3610d9e5d076e5614a.tar.gz
master-31e0f0ae-885910225d86722811ad4d3610d9e5d076e5614a.tar.bz2
master-31e0f0ae-885910225d86722811ad4d3610d9e5d076e5614a.zip
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>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/iwinfo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index 3049e243b1..3130e86099 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 \