Skip to content
Snippets Groups Projects
Commit 2901f889 authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Wolfgang Denk
Browse files

mkconfig: also create CONFIG defines with BSD sed


Parsing of boards.cfg fails on FreeBSD with the error:

sed: 1: "/=/ {s/=/\t/;q } ; { s/ ...": extra characters at the end
of q command

BSD sed expects commands to be on seperate 'lines', hence it expects
an additional ; before the closing brackets.
BSD sed does not support \t, replaced by literal tab.

Signed-off-by: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
Cc: Marek Vasut <marek.vasut@gmail.com>
Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 5bce5dc3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment