Skip to content
Snippets Groups Projects
Commit acf4782a authored by Sukru Senli's avatar Sukru Senli
Browse files

brcm63xx: gnx: update kv_read

parent 6423816f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ DEVPARAM_FILE="/data/config/device_params"
DEVPARAM="$1"
if [ ! -f $DEVPARAM_FILE ]; then
fw_printenv $DEVPARAM
fw_printenv -n $DEVPARAM
exit $?
fi
......
......@@ -4,7 +4,7 @@ DEVPARAM_FILE="/data/config/device_params"
DEVPARAM="$1"
if [ ! -f $DEVPARAM_FILE ]; then
fw_printenv $DEVPARAM
fw_printenv -n $DEVPARAM
exit $?
fi
......
......@@ -4,7 +4,7 @@ DEVPARAM_FILE="/data/config/device_params"
DEVPARAM="$1"
if [ ! -f $DEVPARAM_FILE ]; then
fw_printenv $DEVPARAM
fw_printenv -n $DEVPARAM
exit $?
fi
......
......@@ -4,7 +4,7 @@ DEVPARAM_FILE="/data/config/device_params"
DEVPARAM="$1"
if [ ! -f $DEVPARAM_FILE ]; then
fw_printenv $DEVPARAM
fw_printenv -n $DEVPARAM
exit $?
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment