mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
Compare commits
6 Commits
v2.9.0-rc5
...
release/v2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce441c5b1b | ||
|
|
f8f9c6d469 | ||
|
|
690d7655a0 | ||
|
|
85ff703e2f | ||
|
|
52c39cd3bf | ||
|
|
ebd7c79e65 |
@@ -5,7 +5,7 @@ PKG_NAME:=qca-nss-clients
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_BRANCH:=master
|
||||
PKG_RELEASE:=2
|
||||
PKG_SOURCE_URL:=https://source.codeaurora.org/quic/qsdk/oss/lklm/nss-clients/
|
||||
PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/nss-clients
|
||||
PKG_MIRROR_HASH:=802bf8b2dac8da0549e108b873afd982d127370c07d6574ece71f902eafe7698
|
||||
PKG_VERSION:=153998d70fdba508a59a28c13a606032cbf32686
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ let pending_events = [];
|
||||
function config_load() {
|
||||
uci.load('event');
|
||||
config = uci.get_all('event');
|
||||
wan_ports = config.config?.wan_ports || [ 'eth0' ];
|
||||
wan_ports = config.config?.wan_port || [ 'eth0' ];
|
||||
|
||||
if (config.wifi?.filter == '*')
|
||||
config.wifi.filter = [ 'probe', 'auth', 'assoc', 'disassoc', 'deauth', 'local-deauth', 'inactive-deauth', 'key-mismatch', 'beacon-report', 'radar-detected' ];
|
||||
|
||||
Reference in New Issue
Block a user