mirror of https://github.com/hak5/openwrt-owl.git
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@outlook.it>owl
parent
9abdeee0b7
commit
e4fef72244
|
@ -24,15 +24,16 @@ PKG_CHECK_FORMAT_SECURITY:=0
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/comgt/Default
|
define Package/comgt/Default
|
||||||
SECTION:=utils
|
SECTION:=net
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Network
|
||||||
|
SUBMENU:=WWAN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/comgt
|
define Package/comgt
|
||||||
$(call Package/comgt/Default)
|
$(call Package/comgt/Default)
|
||||||
TITLE:=Option/Vodafone 3G/GPRS control tool
|
TITLE:=Option/Vodafone 3G/GPRS control tool
|
||||||
DEPENDS:=+chat
|
DEPENDS:=+chat
|
||||||
URL:=http://www.pharscape.org/comgt.html
|
URL:=http://manpages.ubuntu.com/manpages/trusty/man1/comgt.1.html
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/comgt-directip
|
define Package/comgt-directip
|
||||||
|
|
Loading…
Reference in New Issue