Skip to content

Commit

Permalink
Update usteer configuration; enable once again usteer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
danpawlik committed Oct 25, 2024
1 parent 4d2b61e commit 39d34d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configs/common/dumb_ap
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ CONFIG_PACKAGE_collectd-mod-wireless=y
# CONFIG_PACKAGE_luci-app-dawn is not set

### usteer
# CONFIG_PACKAGE_usteer=y
# CONFIG_PACKAGE_luci-app-usteer=y
CONFIG_PACKAGE_usteer=y
CONFIG_PACKAGE_luci-app-usteer=y

# language
CONFIG_LUCI_LANG_pl=y
Expand Down
4 changes: 2 additions & 2 deletions configs/common/main-router
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ CONFIG_PACKAGE_collectd-mod-dns=y
# CONFIG_PACKAGE_luci-app-dawn=y

## usteer
# CONFIG_PACKAGE_usteer=y
# CONFIG_PACKAGE_luci-app-usteer=y
CONFIG_PACKAGE_usteer=y
CONFIG_PACKAGE_luci-app-usteer=y

# sqm
CONFIG_PACKAGE_luci-app-sqm=y
Expand Down
2 changes: 1 addition & 1 deletion openwrt-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEVICE="${DEVICE:-$2}"
FULL_WPAD="${FULL_WPAD:-'true'}"
INSTALL_BRIDGER=${INSTALL_BRIDGER:-'false'}
INSTALL_DAWN=${INSTALL_DAWN:-'false'}
INSTALL_USTEER=${INSTALL_USTEER:-'false'}
INSTALL_USTEER=${INSTALL_USTEER:-'true'}
INSTALL_DNSCRYPT_PROXY2=${INSTALL_DNSCRYPT_PROXY2:-'false'}
INSTALL_UNBOUND=${INSTALL_UNBOUND:-'true'}
CRYPTO_LIB=${CRYPTO_LIB:-'openssl'} # wolfssl or openssl; if empty - mbedtls
Expand Down
2 changes: 1 addition & 1 deletion settings-configs/AX3200-dumb-ap/usteer
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ config usteer
option max_neighbor_reports '6'
option signal_diff_threshold '12'
option load_balancing_threshold '0'

list ssid_list 'MYWIFI'

0 comments on commit 39d34d6

Please sign in to comment.