From dc383d43610cf441f865aa14d7e8ccd16301d53c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 13 May 2021 16:10:33 +0200 Subject: [PATCH] openwrt: add missing config handling for event log types Signed-off-by: Felix Fietkau --- openwrt/usteer/files/etc/config/usteer | 2 +- openwrt/usteer/files/etc/init.d/usteer | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openwrt/usteer/files/etc/config/usteer b/openwrt/usteer/files/etc/config/usteer index cb6ac4b..5e30ccf 100644 --- a/openwrt/usteer/files/etc/config/usteer +++ b/openwrt/usteer/files/etc/config/usteer @@ -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 '' diff --git a/openwrt/usteer/files/etc/init.d/usteer b/openwrt/usteer/files/etc/init.d/usteer index 8f953a7..9289557 100755 --- a/openwrt/usteer/files/etc/init.d/usteer +++ b/openwrt/usteer/files/etc/init.d/usteer @@ -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 \ -- 2.30.2