Skip to content
Snippets Groups Projects
Commit 686b1016 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

iopsys-brcm63xx-arm: disc: board_data: add quotations around json_load args

parent 9a222fb6
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ boot() { ...@@ -12,7 +12,7 @@ boot() {
return 0 return 0
} }
json_load $(jq -R -n -c '[inputs|split("=")|{(.[0]):.[1]}] | add' $BDFILE) json_load "$(jq -R -n -c '[inputs|split("=")|{(.[0]):.[1]}] | add' $BDFILE)"
json_get_var serial_number sn "00000000" json_get_var serial_number sn "00000000"
json_get_var basemac mac "00:00:00:00:00:00" json_get_var basemac mac "00:00:00:00:00:00"
json_get_var hardware_version hwver "0" json_get_var hardware_version hwver "0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment