hostapd: fix Proxy-ARP with Hotspot 2.0 disabled
authorDavid Bauer <mail@david-bauer.net>
Wed, 18 Aug 2021 22:58:19 +0000 (00:58 +0200)
committerDavid Bauer <mail@david-bauer.net>
Fri, 27 Aug 2021 23:31:15 +0000 (01:31 +0200)
commit7073e88a767390c77b5fe426c2080dd392a4e932
tree0278831a572dd204b0b90e30e0bc62486d2f0fd4
parent99786e121bf3ad049ab261c78b1ca8f022a1089f
hostapd: fix Proxy-ARP with Hotspot 2.0 disabled

The disable_dgaf config fiels is only available in case Hostapd is
compiled with Hotspot 2.0 support, however Proxy-ARP does not depend on
Hotspot 2.0.

Only add the code related to this config field when Hotspot 2.0 is
enabled to fix compilation with the aformentioned preconditions.

Signed-off-by: David Bauer <mail@david-bauer.net>
package/network/services/hostapd/patches/741-proxyarp-fix-compilation-with-Hotspot-2.0-disabled.patch [new file with mode: 0644]