From: Felix Fietkau Date: Wed, 11 Jan 2017 17:06:06 +0000 (+0100) Subject: comgt: allow build without USB_SUPPORT X-Git-Tag: v17.01.0-rc1~130 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=fbe522d1204149b6c128d55e360bfc15fa8258e1 comgt: allow build without USB_SUPPORT Signed-off-by: Felix Fietkau --- diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index 9ddc61758f..2b39de648a 100644 --- a/package/network/utils/comgt/Makefile +++ b/package/network/utils/comgt/Makefile @@ -39,7 +39,7 @@ endef define Package/comgt-directip $(call Package/comgt/Default) TITLE:=Sierra Wireless Direct-IP support - DEPENDS:=+comgt +kmod-usb-serial +kmod-usb-serial-sierrawireless +kmod-usb-net +kmod-usb-net-sierrawireless + DEPENDS:=+comgt +USB_SUPPORT:kmod-usb-serial +USB_SUPPORT:kmod-usb-serial-sierrawireless +USB_SUPPORT:kmod-usb-net +USB_SUPPORT:kmod-usb-net-sierrawireless endef define Package/comgt-ncm