瀏覽代碼

artables ebtables iptables: Moved *tables to Firewall submenu of the Network package group because that's where all the feeds packages for firewalls now are.

SVN-Revision: 26056
Daniel Dickinson 14 年之前
父節點
當前提交
393209333c
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      package/arptables/Makefile
  2. 1 0
      package/ebtables/Makefile
  3. 1 0
      package/iptables/Makefile

+ 1 - 0
package/arptables/Makefile

@@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/arptables
   SECTION:=net
   CATEGORY:=Network
+  SUBMENU:=Firewall
   TITLE:=ARP firewalling software
   DEPENDS:=+kmod-arptables
   URL:=http://ebtables.sourceforge.net

+ 1 - 0
package/ebtables/Makefile

@@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/ebtables
   SECTION:=net
   CATEGORY:=Network
+  SUBMENU:=Firewall
   DEPENDS:=+kmod-ebtables
   TITLE:=Ethernet bridge firewall administration utility
   URL:=http://ebtables.sourceforge.net/

+ 1 - 0
package/iptables/Makefile

@@ -34,6 +34,7 @@ endif
 define Package/iptables/Default
   SECTION:=net
   CATEGORY:=Network
+  SUBMENU:=Firewall
   URL:=http://netfilter.org/
 endef