From eec5daa5b45c26a99e0e5045451620a3c3c43819 Mon Sep 17 00:00:00 2001 From: cshore Date: Sat, 12 Mar 2011 06:16:47 +0000 Subject: [PATCH] [net] IP Addresses and Names: Moved DHCP, DNS, mDNS, and DDNS program into IP Addresses and Names submenu git-svn-id: svn://svn.openwrt.org/openwrt/packages@26068 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/avahi/Makefile | 3 +++ libs/howl/Makefile | 4 ++++ net/bind/Makefile | 7 +++---- net/ddns-scripts/Makefile | 1 + net/dhcp-forwarder/Makefile | 1 + net/dhcp/Makefile | 1 + net/dhcpcd/Makefile | 1 + net/djbdns/Makefile | 2 +- net/dudders/Makefile | 2 +- net/ez-ipupdate/Makefile | 1 + net/maradns/Makefile | 2 +- net/mdnsresponder/Makefile | 1 + net/ndyndns/Makefile | 1 + net/yaddns/Makefile | 1 + 14 files changed, 21 insertions(+), 7 deletions(-) diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 539d7a92c..9a8d948ae 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -58,6 +58,7 @@ endef define Package/avahi-autoipd $(call Package/avahi/Default) + SUBMENU:=IP Addresses and Names DEPENDS:=+libdaemon TITLE:=IPv4LL network address configuration daemon endef @@ -74,6 +75,7 @@ endef define Package/avahi-daemon $(call Package/avahi/Default) + SUBMENU:=IP Addresses and Names DEPENDS:=+libavahi +libexpat TITLE+= (daemon) endef @@ -92,6 +94,7 @@ endef define Package/avahi-dnsconfd $(call Package/avahi/Default) + SUBMENU:=IP Addresses and Names DEPENDS:=+libavahi TITLE:=An Unicast DNS server from mDNS/DNS-SD configuration daemon endef diff --git a/libs/howl/Makefile b/libs/howl/Makefile index 2e71122f4..459f83834 100644 --- a/libs/howl/Makefile +++ b/libs/howl/Makefile @@ -42,6 +42,7 @@ endef define Package/howl-autoipd $(call Package/howl/Default) + SUBMENU:=IP Addresses and Names DEPENDS:=+libhowl TITLE:=An IPv4 Link-Local address self-assigner daemon endef @@ -53,6 +54,7 @@ endef define Package/howl-mdnsresponder $(call Package/howl/Default) + SUBMENU:=IP Addresses and Names DEPENDS:=+libhowl +libpthread TITLE:=An mDNS (Multicast DNS) service responder daemon endef @@ -68,6 +70,7 @@ endef define Package/howl-nifd $(call Package/howl/Default) + SUBMENU:=IP Addresses and Names DEPENDS:=+libhowl TITLE:=A network interface monitor daemon endef @@ -78,6 +81,7 @@ endef define Package/howl-utils $(call Package/howl/Default) + SUBMENU:=IP Addresses and Names DEPENDS:=+libhowl TITLE+= (utilities) endef diff --git a/net/bind/Makefile b/net/bind/Makefile index 7406d9a3e..cd46948e6 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -27,15 +27,14 @@ define Package/bind/Default DEPENDS:=+bind-libs +libopenssl TITLE:=bind URL:=https://www.isc.org/software/bind - SUBMENU:=DNS + SUBMENU:=IP Addresses and Names endef define Package/bind-libs - SECTION:=net - CATEGORY:=Network + SECTION:=libs + CATEGORY:=Libraries TITLE:=bind shared libraries URL:=http://www.isc.org/sw/bind/ - SUBMENU:=DNS endef define Package/bind-server diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 680e8940a..19240e9c0 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ddns-scripts SECTION:=net CATEGORY:=Network + SUBMENU:=IP Addresses and Names TITLE:=Dynamic DNS Scripts PKGARCH:=all endef diff --git a/net/dhcp-forwarder/Makefile b/net/dhcp-forwarder/Makefile index 558e0fe39..be5fe3833 100644 --- a/net/dhcp-forwarder/Makefile +++ b/net/dhcp-forwarder/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ARGS += \ define Package/dhcp-forwarder SECTION:=net CATEGORY:=Network + SUBMENU:=IP Addresses and Names TITLE:=DHCP relay agent URL:=http://www.nongnu.org/dhcp-fwd/ endef diff --git a/net/dhcp/Makefile b/net/dhcp/Makefile index 409adfc2d..60adc75be 100644 --- a/net/dhcp/Makefile +++ b/net/dhcp/Makefile @@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dhcp/Default SECTION:=net CATEGORY:=Network + SUBMENU:=IP Addresses and Names TITLE:=ISC's DHCP URL:=https://www.isc.org/software/dhcp endef diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 53f6aa0cf..572f9a332 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dhcpcd SECTION:=net CATEGORY:=Network + SUBMENU:=IP Addresses and Names TITLE:=DHCP client for automatically configuring IPv4 networking URL:=http://roy.marples.name/projects/dhcpcd endef diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index f4797c857..2dae095f5 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -26,7 +26,7 @@ define Package/djbdns/Default SECTION:=net CATEGORY:=Network URL:=http://cr.yp.to/djbdns.html - SUBMENU:=DNS + SUBMENU:=IP Addresses and Names # SUBMENU:=djbdns endef diff --git a/net/dudders/Makefile b/net/dudders/Makefile index 15ebe51a7..a9721c6ad 100644 --- a/net/dudders/Makefile +++ b/net/dudders/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dudders SECTION:=net CATEGORY:=Network - SUBMENU:=DNS + SUBMENU:=IP Addresses and Names TITLE:=DNS Update SIG(0) client MAINTAINER:=Dean Scarff URL:=http://dudders.sourceforge.net/ diff --git a/net/ez-ipupdate/Makefile b/net/ez-ipupdate/Makefile index 56329422d..d95bb2d94 100644 --- a/net/ez-ipupdate/Makefile +++ b/net/ez-ipupdate/Makefile @@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ez-ipupdate SECTION:=net CATEGORY:=Network + SUBMENU:=IP Addresses and Names TITLE:=Dynamic DNS services client URL:=http://ez-ipupdate.com/ endef diff --git a/net/maradns/Makefile b/net/maradns/Makefile index 2da883fad..8b13f9be3 100644 --- a/net/maradns/Makefile +++ b/net/maradns/Makefile @@ -23,7 +23,7 @@ define Package/maradns DEPENDS:=+libpthread TITLE:=Small and secure DNS Server URL:=http://www.maradns.org/ - SUBMENU:=DNS + SUBMENU:=IP Addresses and Names endef define Package/maradns/description diff --git a/net/mdnsresponder/Makefile b/net/mdnsresponder/Makefile index 9f0dd4143..3f6c9265d 100644 --- a/net/mdnsresponder/Makefile +++ b/net/mdnsresponder/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/mdnsresponder SECTION:=net CATEGORY:=Network + SUBMENU:=IP Addresses and Names TITLE:=mDNSResponder URL:=http://developer.apple.com/networking/bonjour/ endef diff --git a/net/ndyndns/Makefile b/net/ndyndns/Makefile index 78e09742f..09f63462b 100644 --- a/net/ndyndns/Makefile +++ b/net/ndyndns/Makefile @@ -17,6 +17,7 @@ MAKE_FLAGS:=PLATFORM=linux define Package/ndyndns SECTION:=net CATEGORY:=Network + SUBMENU:=IP Addresses and Names TITLE:=DynDNS.com update daemon URL:=http://ndyndns.googlecode.com/ DEPENDS:=+libcurl +libopenssl diff --git a/net/yaddns/Makefile b/net/yaddns/Makefile index 96c524400..909f1dda2 100644 --- a/net/yaddns/Makefile +++ b/net/yaddns/Makefile @@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/yaddns SECTION:=net CATEGORY:=Network + SUBMENU:=IP Addresses and Names TITLE:=Yet Another DDNS client URL:=http://patatrac.info/yaddns endef