From c23e7d270f057e58caddd6c6c806a32a334418f8 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 25 Sep 2007 19:08:15 +0000 Subject: [PATCH] Category reorganization git-svn-id: svn://svn.openwrt.org/openwrt/packages@9025 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/elinks/Makefile | 1 + net/lighttpd/Makefile | 1 + net/mini_httpd/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/net/elinks/Makefile b/net/elinks/Makefile index a0aad9c5a..424a8c87b 100644 --- a/net/elinks/Makefile +++ b/net/elinks/Makefile @@ -22,6 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk define Package/elinks + SUBMENU:=Web SECTION:=net CATEGORY:=Network DEPENDS:=+libopenssl diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index a7396af52..95e4ed65c 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -19,6 +19,7 @@ PKG_MD5SUM:=26f98dddf9d8c0775221b800986003ee include $(INCLUDE_DIR)/package.mk define Package/lighttpd/Default + SUBMENU:=Web SECTION:=net CATEGORY:=Network URL:=http://www.lighttpd.net/ diff --git a/net/mini_httpd/Makefile b/net/mini_httpd/Makefile index 6bb44e500..b405a6ff5 100644 --- a/net/mini_httpd/Makefile +++ b/net/mini_httpd/Makefile @@ -21,6 +21,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/mini_httpd-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk define Package/mini-httpd/Default + SUBMENU:=Web SECTION:=net CATEGORY:=Network TITLE:=A small web server