diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-03-12 04:47:02 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-03-12 04:47:02 +0000 |
commit | bc365e2ffee12ae71f8ec4bf1b90d313ed6fc03c (patch) | |
tree | e13a58e4c294ce5dd82ba7c690e75d6d6108a060 /package/uhttpd | |
parent | 70fded8cb4d46ce1d968fa9d8b415ee39788da06 (diff) | |
download | upstream-bc365e2ffee12ae71f8ec4bf1b90d313ed6fc03c.tar.gz upstream-bc365e2ffee12ae71f8ec4bf1b90d313ed6fc03c.tar.bz2 upstream-bc365e2ffee12ae71f8ec4bf1b90d313ed6fc03c.zip |
[package] uhttpd: Moved uhttpd to Network|Web Servers/Proxies submenu, just like all the other web serves and proxies from the packages feed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uhttpd')
-rw-r--r-- | package/uhttpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 4c06374394..077d1f238e 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 |