fix category
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Feb 2010 00:43:47 +0000 (00:43 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Feb 2010 00:43:47 +0000 (00:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19590 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/remotectrl/Makefile

index 4fc66fd..c74beb8 100644 (file)
@@ -14,9 +14,8 @@ include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 define Package/chillisocket
-  SECTION:=Testing
-  CATEGORY:=Testing
-#  DEPENDS:=
+  SECTION:=net
+  CATEGORY:=Network
   TITLE:=Socket library server client
 endef