openwrt: add missing config handling for event log types

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2021-05-13 16:10:33 +02:00
parent 0aab299c54
commit dc383d4361
2 changed files with 2 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ config usteer
# - load_kick_no_client
# - load_kick_client
# - signal_kick
#option event_log_types ''
#list event_log_types ''
# List of SSIDs to enable steering on
#list ssid_list ''

View File

@@ -69,6 +69,7 @@ uci_usteer() {
uci_option_to_json_bool "$cfg" assoc_steering
uci_option_to_json_string "$cfg" node_up_script
uci_option_to_json_string_array "$cfg" ssid_list
uci_option_to_json_string_array "$cfg" event_log_types
for opt in \
debug_level \