aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-13 12:07:32 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-13 12:08:08 +0100
commit185b06f04aa4f761efa3b7cabeaafebd93a8e42d (patch)
tree67e35585c7ddc1f9f230dc0f334d123068ed2674 /package
parent1ca31b09317cdcd7945a8d3e8e68d03ed937123c (diff)
downloadupstream-185b06f04aa4f761efa3b7cabeaafebd93a8e42d.tar.gz
upstream-185b06f04aa4f761efa3b7cabeaafebd93a8e42d.tar.bz2
upstream-185b06f04aa4f761efa3b7cabeaafebd93a8e42d.zip
umbim: mark as nonshared because of the usb dependencies
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r--package/network/utils/umbim/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile
index 42d4b85eaa..616a02367c 100644
--- a/package/network/utils/umbim/Makefile
+++ b/package/network/utils/umbim/Makefile
@@ -15,6 +15,8 @@ PKG_LICENSE_FILES:=
PKG_BUILD_PARALLEL:=1
+PKG_FLAGS:=nonshared
+
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk