Skip to content

Commit

Permalink
add firereset for goldpro
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyc committed May 29, 2024
1 parent 4375c45 commit e3ba480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added platform/gold/bin/goldpro/firereset
Binary file not shown.
4 changes: 4 additions & 0 deletions platform/goldpro/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ function led_report_network_up {
curl 'http://127.0.0.1:9966/resolve?name=firerouter&type=network_down'
}

function get_firereset_path {
echo "${FW_PLATFORM_CUR_DIR}/bin/goldpro/firereset"
}

function get_dnsmasq_path {
test -e /home/pi/.firewalla/run/dnsmasq && echo /home/pi/.firewalla/run/dnsmasq && return

Expand Down

0 comments on commit e3ba480

Please sign in to comment.