[net] IP Addresses and Names: Moved DHCP, DNS, mDNS, and DDNS program into IP Address...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Mar 2011 06:16:47 +0000 (06:16 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Mar 2011 06:16:47 +0000 (06:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26068 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 files changed:
libs/avahi/Makefile
libs/howl/Makefile
net/bind/Makefile
net/ddns-scripts/Makefile
net/dhcp-forwarder/Makefile
net/dhcp/Makefile
net/dhcpcd/Makefile
net/djbdns/Makefile
net/dudders/Makefile
net/ez-ipupdate/Makefile
net/maradns/Makefile
net/mdnsresponder/Makefile
net/ndyndns/Makefile
net/yaddns/Makefile

index 539d7a9..9a8d948 100644 (file)
@@ -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
index 2e71122..459f838 100644 (file)
@@ -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
index 7406d9a..cd46948 100644 (file)
@@ -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
index 680e894..19240e9 100644 (file)
@@ -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
index 558e0fe..be5fe38 100644 (file)
@@ -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
index 409adfc..60adc75 100644 (file)
@@ -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
index 53f6aa0..572f9a3 100644 (file)
@@ -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
index f4797c8..2dae095 100644 (file)
@@ -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
 
index 15ebe51..a9721c6 100644 (file)
@@ -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 <dos@scarff.id.au>
   URL:=http://dudders.sourceforge.net/
index 5632942..d95bb2d 100644 (file)
@@ -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
index 2da883f..8b13f9b 100644 (file)
@@ -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
index 9f0dd41..3f6c926 100644 (file)
@@ -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
index 78e0974..09f6346 100644 (file)
@@ -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
index 96c5244..909f1dd 100644 (file)
@@ -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