[source] uqmi: mark as nonshared because of the usb dependencies

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 13 03:08:22 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/f44663c673f5412ce679f3c6e0f1b6b17b6f0c22

commit f44663c673f5412ce679f3c6e0f1b6b17b6f0c22
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 13 12:07:53 2017 +0100

    uqmi: mark as nonshared because of the usb dependencies
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/utils/uqmi/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile
index 41db1e7..2102490 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
 



More information about the lede-commits mailing list