소스 검색

revise readme for fw blocking

Alfonso Gamboa 4 년 전
부모
커밋
c71317f9e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ Run the latest stable firmware on your v3 cam and have root access to the device
 * Enables SSH, telnet will be disabled after installation.
 * Add your own changes to run at boot into the script on the micro sd card located at /media/mmc/run_mmc.sh, mount nfs, run ping, whatever you want.
 * Ability to update to the latest stable or beta firmware, this mod should survive updates ( as long as the firmware update does not change /dev/mtd2.
-* Ability to block remotely-initiated firmware updates.
+* Ability to block remotely AND app initiated firmware updates.
 * An Internet connection is required to download and patch the files required for this to work.
 * Inspired by HclX and WyzeHacks, borrowed busybox and dropbearmulti from his v2 repo.  Bless you for all your work!  You are the master!