projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe5498
)
hostapd: fix civic location option
author
John Crispin
<john@phrozen.org>
Tue, 6 Apr 2021 11:24:43 +0000
(13:24 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 26 May 2021 09:48:14 +0000
(11:48 +0200)
Signed-off-by: John Crispin <john@phrozen.org>
package/network/services/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/hostapd.sh
b/package/network/services/hostapd/files/hostapd.sh
index 9e790f1e9d818c8de5a58dba19cb51cc0f6cfb8e..8f977678fcfe499cca2eeb5b4b6c4baafc5834e0 100644
(file)
--- a/
package/network/services/hostapd/files/hostapd.sh
+++ b/
package/network/services/hostapd/files/hostapd.sh
@@
-733,7
+733,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