From c228e92ca55ce6fff2aec4ecebbf6d80002ade6a Mon Sep 17 00:00:00 2001 From: cshore Date: Sat, 12 Mar 2011 01:14:02 +0000 Subject: [PATCH] [net] Firewall: Moved firewalling related programs to Firewall submenu. git-svn-id: svn://svn.openwrt.org/openwrt/packages@26055 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/conntrack-tools/Makefile | 1 + net/linuxigd/Makefile | 1 + net/miniupnpc/Makefile | 1 + net/miniupnpd/Makefile | 1 + net/natpmp/Makefile | 1 + net/nufw/Makefile | 1 + net/portsentry/Makefile | 1 + net/scanlogd/Makefile | 1 + 8 files changed, 8 insertions(+) diff --git a/net/conntrack-tools/Makefile b/net/conntrack-tools/Makefile index 1f9050807..942b7face 100644 --- a/net/conntrack-tools/Makefile +++ b/net/conntrack-tools/Makefile @@ -27,6 +27,7 @@ define Package/conntrack-tools SECTION:=net CATEGORY:=Network DEPENDS:=+libnetfilter-conntrack + SUBMENU:=Firewall TITLE:=Connection tracking userspace tools URL:=http://conntrack-tools.netfilter.org/ endef diff --git a/net/linuxigd/Makefile b/net/linuxigd/Makefile index 520dc8534..6fc5c153b 100644 --- a/net/linuxigd/Makefile +++ b/net/linuxigd/Makefile @@ -24,6 +24,7 @@ define Package/linuxigd SECTION:=net CATEGORY:=Network TITLE:=UPnP daemon + SUBMENU:=Firewall DEPENDS:=+libiptc +libupnp +libpthread @!LINUX_2_4 URL:=http://linux-igd.sourceforge.net/ endef diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index 58741286f..cd80bf4fc 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -13,6 +13,7 @@ include $(INCLUDE_DIR)/package.mk define Package/miniupnpc SECTION:=net CATEGORY:=Network + SUBMENU:=Firewall TITLE:=Lightweight UPnP client URL:=http://miniupnp.tuxfamily.org/ endef diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index b9d08a5d8..c19342fac 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -23,6 +23,7 @@ define Package/miniupnpd CATEGORY:=Network DEPENDS:=+iptables TITLE:=Lightweight UPnP daemon + SUBMENU:=Firewall URL:=http://miniupnp.free.fr/ MAINTAINER:=Daniel Dickinson endef diff --git a/net/natpmp/Makefile b/net/natpmp/Makefile index 00d764a09..ec81f335a 100644 --- a/net/natpmp/Makefile +++ b/net/natpmp/Makefile @@ -14,6 +14,7 @@ define Package/natpmp SECTION:=net CATEGORY:=Network DEPENDS:=+ip + SUBMENU:=Firewall TITLE:=A daemon implementing NAT-PMP URL:=http://savannah.nongnu.org/projects/natpmp endef diff --git a/net/nufw/Makefile b/net/nufw/Makefile index f4985a255..b378f93c4 100644 --- a/net/nufw/Makefile +++ b/net/nufw/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/nufw/Default SECTION:=net CATEGORY:=Network + SUBMENU:=Firewall DEPENDS:=+glib2 +libgnutls +libsasl2 +libnetfilter-queue $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=nufw URL:=http://www.nufw.org/ diff --git a/net/portsentry/Makefile b/net/portsentry/Makefile index 0f1d61338..0c18ace54 100644 --- a/net/portsentry/Makefile +++ b/net/portsentry/Makefile @@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/portsentry SECTION:=net CATEGORY:=Network + SUBMENU:=Firewall TITLE:=Portscan protection utility URL:=http://sourceforge.net/projects/sentrytools endef diff --git a/net/scanlogd/Makefile b/net/scanlogd/Makefile index 1083ea8de..81ae587b0 100644 --- a/net/scanlogd/Makefile +++ b/net/scanlogd/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/scanlogd SECTION:=net CATEGORY:=Network + SUBMENU:=Firewall DEPENDS:=+libpcap +libnet0 +libnids TITLE:=Port scan detection tool URL:=http://www.openwall.com/scanlogd