aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/uqmi
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-13 12:07:53 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-13 12:08:09 +0100
commitf44663c673f5412ce679f3c6e0f1b6b17b6f0c22 (patch)
tree85ddf4d39fc70fe084089579b5cde72d65fe47dd /package/network/utils/uqmi
parent185b06f04aa4f761efa3b7cabeaafebd93a8e42d (diff)
downloadupstream-f44663c673f5412ce679f3c6e0f1b6b17b6f0c22.tar.gz
upstream-f44663c673f5412ce679f3c6e0f1b6b17b6f0c22.tar.bz2
upstream-f44663c673f5412ce679f3c6e0f1b6b17b6f0c22.zip
uqmi: mark as nonshared because of the usb dependencies
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/utils/uqmi')
-rw-r--r--package/network/utils/uqmi/Makefile2
1 files changed, 2 insertions, 0 deletions
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
2' href='#n162'>162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231