aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2019-11-25 21:00:30 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2020-02-24 23:27:50 +0100
commit82679ca0b98fe42334ec4c2b36f5f7185aa7c637 (patch)
tree1f4b97dbc484828869bf069bfe0b3b1fb461272a /package/network
parent8fe9daf77575d871eb5dfeb607d9626de9a5f8d6 (diff)
downloadupstream-82679ca0b98fe42334ec4c2b36f5f7185aa7c637.tar.gz
upstream-82679ca0b98fe42334ec4c2b36f5f7185aa7c637.tar.bz2
upstream-82679ca0b98fe42334ec4c2b36f5f7185aa7c637.zip
umbim: move package to 'WWAN' submenu
'uqmi' was moved to 'WWAN' submenu in 9abdeee0b7. Let's be consistent and do the same with 'umbim'. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/umbim/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile
index 417363f4da..cc34002f6e 100644
--- a/package/network/utils/umbim/Makefile
+++ b/package/network/utils/umbim/Makefile
@@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/umbim
SECTION:=net
CATEGORY:=Network
+ SUBMENU:=WWAN
DEPENDS:=+libubox +kmod-usb-net +kmod-usb-net-cdc-mbim +wwan
TITLE:=Control utility for mobile broadband modems
endef