summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--contrib/axtls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/axtls/Makefile b/contrib/axtls/Makefile
index b6ede0cf8..9ab39b6fe 100644
--- a/contrib/axtls/Makefile
+++ b/contrib/axtls/Makefile
@@ -29,8 +29,9 @@ define Package/libaxtls
endef
define Package/axhttpd
+ SUBMENU:=Web
SECTION:=net
- CATEGORY:=Networking
+ CATEGORY:=Network
DEPENDS:=+libaxtls
TITLE:=axTLS embedded http/https server
endef