Source-Makefile: package/network/services/dnsmasq/Makefile
Package: dnsmasq
Version: 2.73-1
Depends: +libc +SSP_SUPPORT:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread 
Conflicts: 
Menu-Depends: 
Provides: 
Build-Variant: nodhcpv6
Section: net
Category: Base system
Title: DNS and DHCP server
Maintainer: 
Source: dnsmasq-2.73.tar.xz
License: GPL-2.0
LicenseFiles: COPYING
Type: ipkg
Description:   It is intended to provide coupled DNS and DHCP service to a LAN.
http://www.thekelleys.org.uk/dnsmasq/

@@

Package: dnsmasq-dhcpv6
Version: 2.73-1
Depends: +libc +SSP_SUPPORT:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @IPV6 +kmod-ipv6
Conflicts: 
Menu-Depends: 
Provides: 
Build-Variant: dhcpv6
Section: net
Category: Base system
Title: DNS and DHCP server (with DHCPv6 support)
Maintainer: 
Source: dnsmasq-2.73.tar.xz
License: GPL-2.0
LicenseFiles: COPYING
Type: ipkg
Description:   It is intended to provide coupled DNS and DHCP service to a LAN.

This is a variant with DHCPv6 support
http://www.thekelleys.org.uk/dnsmasq/

@@

Package: dnsmasq-full
Version: 2.73-1
Depends: +libc +SSP_SUPPORT:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_dnsmasq_full_dnssec:libnettle +PACKAGE_dnsmasq_full_dhcpv6:kmod-ipv6 +PACKAGE_dnsmasq_full_ipset:kmod-ipt-ipset
Conflicts: 
Menu-Depends: 
Provides: 
Build-Variant: full
Section: net
Category: Base system
Title: DNS and DHCP server (with DNSSEC, DHCPv6, Auth DNS, IPset enabled by default)
Maintainer: 
Source: dnsmasq-2.73.tar.xz
License: GPL-2.0
LicenseFiles: COPYING
Type: ipkg
Description:   It is intended to provide coupled DNS and DHCP service to a LAN.

This is a fully configurable variant with DHCPv6, DNSSEC, Authroitative DNS and
IPset support enabled by default.
http://www.thekelleys.org.uk/dnsmasq/

@@
Config:
	if PACKAGE_dnsmasq-full
	config PACKAGE_dnsmasq_full_dhcpv6
		bool "Build with DHCPv6 support."
		depends on IPV6
		default y
	config PACKAGE_dnsmasq_full_dnssec
		bool "Build with DNSSEC support."
		default y
	config PACKAGE_dnsmasq_full_auth
		bool "Build with the facility to act as an authoritative DNS server."
		default y
	config PACKAGE_dnsmasq_full_ipset
		bool "Build with IPset support."
		default y
	endif
@@


