Skip to content

Commit

Permalink
WIFI-14411: Fix typo in bootcount script for Edgecore EAP104
Browse files Browse the repository at this point in the history
Signed-off-by: Tanya Singh <[email protected]>
  • Loading branch information
tanyasingh-ec committed Feb 5, 2025
1 parent 8b5a449 commit f3d7b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feeds/ipq807x_v5.4/ipq60xx/base-files/etc/init.d/bootcount
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ boot() {
edgecore,eap101|\
edgecore,eap102|\
edgecore,oap102|\
edgecore.eap104)
edgecore,eap104)
avail=$(fw_printenv -n upgrade_available)
[ ${avail} -eq 0 ] && fw_setenv upgrade_available 1
fw_setenv bootcount 0
Expand Down
2 changes: 1 addition & 1 deletion feeds/ipq807x_v5.4/ipq807x/base-files/etc/init.d/bootcount
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ boot() {
edgecore,eap101|\
edgecore,eap102|\
edgecore,oap102|\
edgecore.eap104)
edgecore,eap104)
avail=$(fw_printenv -n upgrade_available)
[ ${avail} -eq 0 ] && fw_setenv upgrade_available 1
fw_setenv bootcount 0
Expand Down

0 comments on commit f3d7b0e

Please sign in to comment.