From: Felix Fietkau Date: Fri, 13 Jan 2017 11:07:53 +0000 (+0100) Subject: uqmi: mark as nonshared because of the usb dependencies X-Git-Tag: v17.01.0-rc1~104 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f44663c673f5412ce679f3c6e0f1b6b17b6f0c22 uqmi: mark as nonshared because of the usb dependencies Signed-off-by: Felix Fietkau --- diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile index 41db1e7671..2102490f68 100644 --- a/package/network/utils/uqmi/Makefile +++ b/package/network/utils/uqmi/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