aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/uqmi/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-11 19:47:33 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-11 19:48:09 +0100
commit1ad30be982e953a36e4677d3022248a962f039b9 (patch)
tree64acc60d0995d82544b45b577d88744a5067842d /package/network/utils/uqmi/Makefile
parentfbe522d1204149b6c128d55e360bfc15fa8258e1 (diff)
downloadupstream-1ad30be982e953a36e4677d3022248a962f039b9.tar.gz
upstream-1ad30be982e953a36e4677d3022248a962f039b9.tar.bz2
upstream-1ad30be982e953a36e4677d3022248a962f039b9.zip
Revert the recent dependency and metadata scanning rework
This reverts the following commits: fbe522d1204149b6c128d55e360bfc15fa8258e1 278ad007ee03c4455c3507322e34b0e3e6ec050d 863888e44f7a1fb1675a2e7a2eaabfec3561d2a2 96daf6352f6e04bc22789466cb5409b93fbec191 cfd83555fc4f0bab18a26f6812da18e64df46ff3 This seems to trigger some mconf bugs when built with all feeds packages, so I will try to find a less intrusive solution before the release. Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/utils/uqmi/Makefile')
-rw-r--r--package/network/utils/uqmi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile
index d559197bd3..41db1e7671 100644
--- a/package/network/utils/uqmi/Makefile
+++ b/package/network/utils/uqmi/Makefile
@@ -22,7 +22,7 @@ define Package/uqmi
SECTION:=net
CATEGORY:=Network
SUBMENU:=WWAN
- DEPENDS:=+libubox +libblobmsg-json +USB_SUPPORT:kmod-usb-net +USB_SUPPORT:kmod-usb-net-qmi-wwan +wwan
+ DEPENDS:=+libubox +libblobmsg-json +kmod-usb-net +kmod-usb-net-qmi-wwan +wwan
TITLE:=Control utility for mobile broadband modems
endef