aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-11 18:05:38 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-11 18:24:40 +0100
commit278ad007ee03c4455c3507322e34b0e3e6ec050d (patch)
tree82d86b95571aaef074d43b48edb7be2363961485 /package/network
parent863888e44f7a1fb1675a2e7a2eaabfec3561d2a2 (diff)
downloadupstream-278ad007ee03c4455c3507322e34b0e3e6ec050d.tar.gz
upstream-278ad007ee03c4455c3507322e34b0e3e6ec050d.tar.bz2
upstream-278ad007ee03c4455c3507322e34b0e3e6ec050d.zip
umbim: allow build without USB_SUPPORT
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/umbim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile
index 42d4b85eaa..0c02f897ce 100644
--- a/package/network/utils/umbim/Makefile
+++ b/package/network/utils/umbim/Makefile
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/umbim
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libubox +kmod-usb-net +kmod-usb-net-cdc-mbim +wwan
+ DEPENDS:=+libubox +USB_SUPPORT:kmod-usb-net +USB_SUPPORT:kmod-usb-net-cdc-mbim +wwan
TITLE:=Control utility for mobile broadband modems
endef