hostapd: enable proxy-arp support for hostapd-full
authorDavid Bauer <mail@david-bauer.net>
Wed, 18 Aug 2021 10:39:33 +0000 (12:39 +0200)
committerDavid Bauer <mail@david-bauer.net>
Fri, 27 Aug 2021 23:31:15 +0000 (01:31 +0200)
The hostapd.sh script already has support for configuring proxy-ARP,
however no built variant has support for it enabled.

Enable proxy-ARP support for hostapd-full builds in order to allow users
to actually use this feature.

Signed-off-by: David Bauer <mail@david-bauer.net>
package/network/services/hostapd/files/hostapd-basic.config
package/network/services/hostapd/files/hostapd-full.config
package/network/services/hostapd/files/hostapd-mini.config

index 33c38192b1f9e5a34c8fe6a6e60d576bb091cae5..1f52546d5779089b024d4b60df422986be1dcb19 100644 (file)
@@ -386,6 +386,9 @@ CONFIG_TLS=internal
 # Airtime policy support
 CONFIG_AIRTIME_POLICY=y
 
+# Proxy ARP support
+#CONFIG_PROXYARP=y
+
 # Override default value for the wpa_disable_eapol_key_retries configuration
 # parameter. See that parameter in hostapd.conf for more details.
 #CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1
index df272e443a8afc22f5007732c0038cee3fe94507..6d5e90cd461d4a9d55bd457bd1bd575b50b34bca 100644 (file)
@@ -386,6 +386,9 @@ CONFIG_TAXONOMY=y
 # Airtime policy support
 CONFIG_AIRTIME_POLICY=y
 
+# Proxy ARP support
+CONFIG_PROXYARP=y
+
 # Override default value for the wpa_disable_eapol_key_retries configuration
 # parameter. See that parameter in hostapd.conf for more details.
 #CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1
index b3050f7bbc70cf68ddc3b7d63dcdd63c7d27f2c3..f2ed071ec09623c4d39435917aa4fd56b364bfcb 100644 (file)
@@ -386,6 +386,9 @@ CONFIG_TLS=internal
 # Airtime policy support
 #CONFIG_AIRTIME_POLICY=y
 
+# Proxy ARP support
+#CONFIG_PROXYARP=y
+
 # Override default value for the wpa_disable_eapol_key_retries configuration
 # parameter. See that parameter in hostapd.conf for more details.
 #CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1