Skip to content

Commit

Permalink
dnsmasq: allow dnsmasq variants to be included in image
Browse files Browse the repository at this point in the history
The dnsmasq variants should provide dnsmasq, otherwise it is impossible
to include them in the image.

This change allows one to have CONFIG_PACKAGE_dnsmasq=m and
CONFIG_PACKAGE_dnsmasq-full=y, e.g. because you want DNSSEC support, or
IPSETs suport on your 3000-devices fleet ;-)

Signed-off-by: Henrique de Moraes Holschuh <[email protected]>
  • Loading branch information
hmh authored and dedeckeh committed Sep 6, 2018
1 parent 3d377f4 commit ca1b347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/network/services/dnsmasq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ $(call Package/dnsmasq/Default)
TITLE += (with DHCPv6 support)
DEPENDS+=@IPV6
VARIANT:=dhcpv6
PROVIDES:=dnsmasq
endef

define Package/dnsmasq-full
Expand All @@ -62,6 +63,7 @@ $(call Package/dnsmasq/Default)
+PACKAGE_dnsmasq_full_ipset:kmod-ipt-ipset \
+PACKAGE_dnsmasq_full_conntrack:libnetfilter-conntrack
VARIANT:=full
PROVIDES:=dnsmasq
endef

define Package/dnsmasq/description
Expand Down

0 comments on commit ca1b347

Please sign in to comment.