diff options
author | Steven Barth <steven@midlink.org> | 2008-12-14 11:54:40 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-12-14 11:54:40 +0000 |
commit | 7b0d00bb77298d7222ede60aa0a2dc5347fd1a7b (patch) | |
tree | 226bf1bd2cefceeb5656353514765097ff288aac /contrib | |
parent | 082e30b1c4a1d3a90b0bb8317319e72b8b010a68 (diff) |
Axtls menuconfig fixes (thanks Yanira)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/axtls/Makefile | 3 |
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 |