Forráskód Böngészése

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

Alfonso Gamboa 4 éve
szülő
commit
dac4c44299
1 módosított fájl, 2 hozzáadás és 0 törlés
  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