diff options
| author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 12:07:32 +0100 |
|---|---|---|
| committer | Felix Fietkau <nbd@nbd.name> | 2017-01-13 12:08:08 +0100 |
| commit | 185b06f04aa4f761efa3b7cabeaafebd93a8e42d (patch) | |
| tree | 67e35585c7ddc1f9f230dc0f334d123068ed2674 /package/network/utils | |
| parent | 1ca31b09317cdcd7945a8d3e8e68d03ed937123c (diff) | |
| download | mtk-20170518-185b06f04aa4f761efa3b7cabeaafebd93a8e42d.zip mtk-20170518-185b06f04aa4f761efa3b7cabeaafebd93a8e42d.tar.gz mtk-20170518-185b06f04aa4f761efa3b7cabeaafebd93a8e42d.tar.bz2 | |
umbim: mark as nonshared because of the usb dependencies
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/utils')
| -rw-r--r-- | package/network/utils/umbim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
