openwrt: add missing config handling for event log types
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -105,7 +105,7 @@ config usteer
|
|||||||
# - load_kick_no_client
|
# - load_kick_no_client
|
||||||
# - load_kick_client
|
# - load_kick_client
|
||||||
# - signal_kick
|
# - signal_kick
|
||||||
#option event_log_types ''
|
#list event_log_types ''
|
||||||
|
|
||||||
# List of SSIDs to enable steering on
|
# List of SSIDs to enable steering on
|
||||||
#list ssid_list ''
|
#list ssid_list ''
|
||||||
|
@@ -69,6 +69,7 @@ uci_usteer() {
|
|||||||
uci_option_to_json_bool "$cfg" assoc_steering
|
uci_option_to_json_bool "$cfg" assoc_steering
|
||||||
uci_option_to_json_string "$cfg" node_up_script
|
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" ssid_list
|
||||||
|
uci_option_to_json_string_array "$cfg" event_log_types
|
||||||
|
|
||||||
for opt in \
|
for opt in \
|
||||||
debug_level \
|
debug_level \
|
||||||
|
Reference in New Issue
Block a user