Axtls menuconfig fixes (thanks Yanira)
This commit is contained in:
parent
082e30b1c4
commit
7b0d00bb77
1 changed files with 2 additions and 1 deletions
|
@ -29,8 +29,9 @@ define Package/libaxtls
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/axhttpd
|
define Package/axhttpd
|
||||||
|
SUBMENU:=Web
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Networking
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libaxtls
|
DEPENDS:=+libaxtls
|
||||||
TITLE:=axTLS embedded http/https server
|
TITLE:=axTLS embedded http/https server
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue