[packages] xtables-addons: Move iptable modules to Network category

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18776 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2009-12-14 11:02:58 +00:00
parent c32c0fddff
commit 05619b12c5

View 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