1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 17:47:29 +02:00

umbim: allow build without USB_SUPPORT

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2017-01-11 18:05:38 +01:00
parent 863888e44f
commit 278ad007ee

View File

@ -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