Skip to content
Snippets Groups Projects
Commit 298e4ec1 authored by Benjamin Larsson's avatar Benjamin Larsson
Browse files

panther: set fiber mode to always on

parent 538eb441
Branches
No related tags found
No related merge requests found
...@@ -108,8 +108,9 @@ has_power() { ...@@ -108,8 +108,9 @@ has_power() {
wan_sfp_mode () { wan_sfp_mode () {
# check if there is a sfp-rom present and return 0 if so # check if there is a sfp-rom present and return 0 if so
# returns 2 if there is an error # returns 2 if there is an error
i2cget -y 0 0x50 0x0 >/dev/null 2>&1 # i2cget -y 0 0x50 0x0 >/dev/null 2>&1
return $? # return $?
return 0
} }
disable_ext_led () { disable_ext_led () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment