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

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


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

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

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

diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile
index 42d4b85..616a023 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
 



More information about the lede-commits mailing list