mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
[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
This commit is contained in:
parent
771f44b55c
commit
eec5daa5b4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user