mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
* update base 21.02 revision * update v5.10 support * fix captive portal * cleanup ucentral-* packages * update ucentral-* packages * cleanup profiles * fix worflow Signed-off-by: John Crispin <john@phrozen.org>
27 lines
978 B
Diff
27 lines
978 B
Diff
From f1bb66dbeb148d3da6481a98433cff5b5ee3ef96 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Tue, 6 Apr 2021 13:24:43 +0200
|
|
Subject: [PATCH] hostapd: fix civic location option
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
package/network/services/hostapd/files/hostapd.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh
|
|
index 05b901fb6b..e391aae13b 100644
|
|
--- a/package/network/services/hostapd/files/hostapd.sh
|
|
+++ b/package/network/services/hostapd/files/hostapd.sh
|
|
@@ -763,7 +763,7 @@ hostapd_set_bss_options() {
|
|
append bss_conf "ftm_responder=1" "$N"
|
|
[ "$stationary_ap" -eq "1" ] && append bss_conf "stationary_ap=1" "$N"
|
|
[ -n "$lci" ] && append bss_conf "lci=$lci" "$N"
|
|
- [ -n "$civic" ] && append bss_conf "lci=$civic" "$N"
|
|
+ [ -n "$civic" ] && append bss_conf "civic=$civic" "$N"
|
|
}
|
|
fi
|
|
|
|
--
|
|
2.25.1
|
|
|