[packages] xtables-addons: Move iptable modules to Network category
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 14 Dec 2009 11:02:58 +0000 (11:02 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 14 Dec 2009 11:02:58 +0000 (11:02 +0000)
SVN-Revision: 18776

net/xtables-addons/Makefile

index e20d840b8a18814bb2ce4606bc5475b4305420cf..1f94fe1ab7bded45c879670cf9e13b0d69bd9a7f 100644 (file)
@@ -84,7 +84,7 @@ define BuildTemplate
  ifneq ($(3),)
   define Package/iptables-mod-$(1)
     $$(call Package/xtables-addons)
-    CATEGORY:=Base system
+    CATEGORY:=Network
     TITLE:=$(2) iptables extension
     DEPENDS:= @LINUX_2_6 iptables $(if $(4),+kmod-ipt-$(1))
   endef