summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/hostapd.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-08-10 21:19:58 +0200
committerFelix Fietkau <nbd@nbd.name>2023-08-10 22:27:59 +0200
commited0ad7759c6ff823f3d43c5189cf6c2d59529244 (patch)
tree571b6b699f74d86b898afc7bdb7cdb2d76778532 /package/network/services/hostapd/files/hostapd.sh
parentc764a8c791e21e4f446ec6a369d938b3c48a1dc4 (diff)
downloadopenwrt-ed0ad7759c6ff823f3d43c5189cf6c2d59529244.tar.gz
openwrt-ed0ad7759c6ff823f3d43c5189cf6c2d59529244.tar.bz2
openwrt-ed0ad7759c6ff823f3d43c5189cf6c2d59529244.zip
hostapd: remove config_id parameters from hostapd.conf
They are no longer used Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/files/hostapd.sh')
-rw-r--r--package/network/services/hostapd/files/hostapd.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh
index 49db03ed46..65ae662c4d 100644
--- a/package/network/services/hostapd/files/hostapd.sh
+++ b/package/network/services/hostapd/files/hostapd.sh
@@ -1159,9 +1159,6 @@ hostapd_set_bss_options() {
append bss_conf "$val" "$N"
done
- bss_md5sum="$(echo $bss_conf | md5sum | cut -d" " -f1)"
- append bss_conf "config_id=$bss_md5sum" "$N"
-
append "$var" "$bss_conf" "$N"
return 0
}