aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/soloscli/files/etc/uci-defaults/solos
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-06 23:09:59 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-11 01:49:24 +0200
commit78e8360878d716c75fc98d6f93bdd61f156caa28 (patch)
tree9e2bcc477dc2372ace91f8277c658aed451043d1 /package/network/config/soloscli/files/etc/uci-defaults/solos
parent11db48f89a70315c06562f1ba6ea7feaaab7185d (diff)
downloadupstream-78e8360878d716c75fc98d6f93bdd61f156caa28.tar.gz
upstream-78e8360878d716c75fc98d6f93bdd61f156caa28.tar.bz2
upstream-78e8360878d716c75fc98d6f93bdd61f156caa28.zip
soloscli: fix uci-defaults file
The folder for the uci-defaults file of this package is wrong, so the file most probably has not been executed at all for several years at least. Fix the folder and remove the useless shebang for the file. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/network/config/soloscli/files/etc/uci-defaults/solos')
-rw-r--r--package/network/config/soloscli/files/etc/uci-defaults/solos13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/network/config/soloscli/files/etc/uci-defaults/solos b/package/network/config/soloscli/files/etc/uci-defaults/solos
new file mode 100644
index 0000000000..6645fc370a
--- /dev/null
+++ b/package/network/config/soloscli/files/etc/uci-defaults/solos
@@ -0,0 +1,13 @@
+uci batch <<__EOF__
+
+delete network.wan.solos0
+
+add_list network.wan.solos0="ActivateLine=Abort"
+add_list network.wan.solos0="Retrain=EnableAll"
+add_list network.wan.solos0="DetectNoise=Enable"
+add_list network.wan.solos0="BisMCapability=Disable"
+add_list network.wan.solos0="BisACapability=Disable"
+add_list network.wan.solos0="ActivateLine=Start"
+
+commit network
+__EOF__