2
0
forked from Ivasoft/openwrt

move lots of kernel related packages to the new system/ folder

SVN-Revision: 33830
This commit is contained in:
John Crispin
2012-10-17 22:45:58 +00:00
parent 965710d3e1
commit a34499e095
171 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/sh
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__