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>
13 lines
373 B
Text
13 lines
373 B
Text
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__
|