Browse Source

iptables: move to 'Network' in menuconfig

SVN-Revision: 18713
Felix Fietkau 16 years ago
parent
commit
1ab62895f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/iptables/Makefile

+ 1 - 1
package/iptables/Makefile

@@ -33,7 +33,7 @@ endif
 
 define Package/iptables/Default
   SECTION:=net
-  CATEGORY:=Base system
+  CATEGORY:=Network
   URL:=http://netfilter.org/
 endef