Put libwrap into libs
authorFlorian Fainelli <florian@openwrt.org>
Wed, 13 Jun 2007 17:18:26 +0000 (17:18 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 13 Jun 2007 17:18:26 +0000 (17:18 +0000)
SVN-Revision: 7605

net/tcp_wrappers/Makefile

index 3425fa886622afa04d9994ac04cb0be6a3c45a6d..aaecd53e9a553f40abe4d2b0d588cd9b46deddfd 100644 (file)
@@ -22,8 +22,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION)
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libwrap
-  SECTION:=net
-  CATEGORY:=Network
+  SECTION:=libs
+  CATEGORY:=Libraries
   TITLE:=Security wrapper library for TCP services
   URL:=ftp://ftp.porcupine.org/pub/security/index.html
 endef