diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2016-11-03 11:31:15 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-08 11:17:10 +0100 |
commit | 9abdeee0b785a4f987e69010427fe32309ae4565 (patch) | |
tree | baa172b197a2ac4bb9c791087058378493902b79 /package/network/utils/uqmi | |
parent | 64c386c5662e923d284b1c5b742cb72d7ad24671 (diff) | |
download | upstream-9abdeee0b785a4f987e69010427fe32309ae4565.tar.gz upstream-9abdeee0b785a4f987e69010427fe32309ae4565.tar.bz2 upstream-9abdeee0b785a4f987e69010427fe32309ae4565.zip |
uqmi: moved to WWAN submenu
Moving uqmi to WWAN submenu
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'package/network/utils/uqmi')
-rw-r--r-- | package/network/utils/uqmi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile index 9ac8efd914..06d9ac2b2b 100644 --- a/package/network/utils/uqmi/Makefile +++ b/package/network/utils/uqmi/Makefile @@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/uqmi SECTION:=net CATEGORY:=Network + SUBMENU:=WWAN DEPENDS:=+libubox +libblobmsg-json +kmod-usb-net +kmod-usb-net-qmi-wwan +wwan TITLE:=Control utility for mobile broadband modems endef |