diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-12 04:47:02 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-12 04:47:02 +0000 |
commit | 19f3bc1a6d2745fc37d3dc0dce0bb4b3dda2f3da (patch) | |
tree | e13a58e4c294ce5dd82ba7c690e75d6d6108a060 /package | |
parent | 1202b59afa04c92d7a0031740e060a061299d59b (diff) |
[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')
-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 4c0637439..077d1f238 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 |