diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2019-11-25 21:00:30 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2020-02-24 23:27:50 +0100 |
commit | 82679ca0b98fe42334ec4c2b36f5f7185aa7c637 (patch) | |
tree | 1f4b97dbc484828869bf069bfe0b3b1fb461272a /package/network | |
parent | 8fe9daf77575d871eb5dfeb607d9626de9a5f8d6 (diff) | |
download | upstream-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/Makefile | 1 |
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 |