瀏覽代碼

revise firmware blocking method, new method will result in the camera rebooting instead of stalling forever upon firmware update init

Alfonso Gamboa 4 年之前
父節點
當前提交
dac4c44299
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      setup.sh

+ 2 - 0
setup.sh

@@ -66,6 +66,8 @@ echo "Run dropbear ssh server"
 #echo "Disable remote firmware upgrade"
 #mkdir /tmp/Upgrade
 #mount -t tmpfs -o size=1,nr_inodes=1 none /tmp/Upgrade
+#echo -e "127.0.0.1 localhost \n127.0.0.1 wyze-upgrade-service.wyzecam.com" > /tmp/hosts_wz
+#mount --bind /tmp/hosts_wz /etc/hosts
 
 sleep 3