Browse Source

Update default-settings

kiddin9 3 years ago
parent
commit
05e2bd338e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      devices/common/default-settings

+ 0 - 2
devices/common/default-settings

@@ -55,8 +55,6 @@ test $version -lt 1 && {
 		uci -q del system.ntp.server
 		uci -q add_list system.ntp.server='ntp.aliyun.com'
 		uci -q add_list system.ntp.server='0.openwrt.pool.ntp.org'
-		uci -q set system.@system[0].autoupgrade_pkg='1'
-		uci -q set system.@system[0].autoupgrade_fm='1'
 		uci commit system
 	}