[source] comgt: move to WWAN submenu, fixed link

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 8 02:17:25 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/e4fef72244cfd63b813d44652c09e79d43938b81

commit e4fef72244cfd63b813d44652c09e79d43938b81
Author: Alberto Bursi <alberto.bursi at outlook.it>
AuthorDate: Thu Nov 3 11:35:56 2016 +0100

    comgt: move to WWAN submenu, fixed link
    
    moving comgt and its modules to WWAN submenu to join uqmi as both are tools for WWAN modems.
    
    I replaced the link with comgt's ubuntu manpage because the old link isn't working anymore.
    
    Signed-off-by: Alberto Bursi <alberto.bursi at outlook.it>
---
 package/network/utils/comgt/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile
index 3a23fb0..9d99d64 100644
--- a/package/network/utils/comgt/Makefile
+++ b/package/network/utils/comgt/Makefile
@@ -24,15 +24,16 @@ PKG_CHECK_FORMAT_SECURITY:=0
 include $(INCLUDE_DIR)/package.mk
 
 define Package/comgt/Default
-  SECTION:=utils
-  CATEGORY:=Utilities
+  SECTION:=net
+  CATEGORY:=Network
+  SUBMENU:=WWAN
 endef
 
 define Package/comgt
 $(call Package/comgt/Default)
   TITLE:=Option/Vodafone 3G/GPRS control tool
   DEPENDS:=+chat
-  URL:=http://www.pharscape.org/comgt.html
+  URL:=http://manpages.ubuntu.com/manpages/trusty/man1/comgt.1.html
 endef
 
 define Package/comgt-directip



More information about the lede-commits mailing list