mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
pppd: enable ipv6 support if toolchain supports it
Closes #1273 Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
ebb8e0a5be
commit
acac2eceb6
@@ -17,6 +17,7 @@ $(DL_DIR)/$(PPPD_SOURCE):
|
||||
|
||||
pppd-source: $(DL_DIR)/$(PPPD_SOURCE)
|
||||
|
||||
PPPD_OPTIONS_$(BR2_INET_IPV6) += HAVE_INET6=y
|
||||
PPPD_OPTIONS_$(BR2_PACKAGE_PPPD_FILTER) += FILTER=y
|
||||
|
||||
$(PPPD_DIR)/.unpacked: $(DL_DIR)/$(PPPD_SOURCE)
|
||||
|
||||
Reference in New Issue
Block a user