mirror of https://github.com/hak5/openwrt-owl.git
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: 26056owl
parent
b4c6bea9cd
commit
393209333c
|
@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/arptables
|
define Package/arptables
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
SUBMENU:=Firewall
|
||||||
TITLE:=ARP firewalling software
|
TITLE:=ARP firewalling software
|
||||||
DEPENDS:=+kmod-arptables
|
DEPENDS:=+kmod-arptables
|
||||||
URL:=http://ebtables.sourceforge.net
|
URL:=http://ebtables.sourceforge.net
|
||||||
|
|
|
@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/ebtables
|
define Package/ebtables
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
SUBMENU:=Firewall
|
||||||
DEPENDS:=+kmod-ebtables
|
DEPENDS:=+kmod-ebtables
|
||||||
TITLE:=Ethernet bridge firewall administration utility
|
TITLE:=Ethernet bridge firewall administration utility
|
||||||
URL:=http://ebtables.sourceforge.net/
|
URL:=http://ebtables.sourceforge.net/
|
||||||
|
|
|
@ -34,6 +34,7 @@ endif
|
||||||
define Package/iptables/Default
|
define Package/iptables/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
SUBMENU:=Firewall
|
||||||
URL:=http://netfilter.org/
|
URL:=http://netfilter.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue