summaryrefslogtreecommitdiff
path: root/package/uhttpd
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2011-03-12 04:47:02 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2011-03-12 04:47:02 +0000
commit9e4843d0e30cf378194d6798107ae600e5174c23 (patch)
treebd894093a50a0e72cd545adbeddde46ab0eb5ec0 /package/uhttpd
parent393209333cdf33716db282d83a4934672ea1e0df (diff)
downloadmtk-20170518-9e4843d0e30cf378194d6798107ae600e5174c23.zip
mtk-20170518-9e4843d0e30cf378194d6798107ae600e5174c23.tar.gz
mtk-20170518-9e4843d0e30cf378194d6798107ae600e5174c23.tar.bz2
uhttpd: Moved uhttpd to Network|Web Servers/Proxies submenu, just like all the other web serves and proxies from the packages feed
SVN-Revision: 26062
Diffstat (limited to 'package/uhttpd')
-rw-r--r--package/uhttpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile
index 4c06374..077d1f2 100644
--- a/package/uhttpd/Makefile
+++ b/package/uhttpd/Makefile
@@ -18,6 +18,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/uhttpd/default
SECTION:=net
CATEGORY:=Network
+ SUBMENU:=Web Servers/Proxies
TITLE:=uHTTPd - tiny, single threaded HTTP server
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
endef