summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-21 19:47:19 +0000
committerJohn Crispin <john@openwrt.org>2016-04-21 19:47:19 +0000
commitb225de37bc223474123dd1ef21d9eba2c11ca76c (patch)
tree7cb7933b167fc3e04a0d0dfe9e17742227bdafdf /scripts
parentd35801b9c5fdd409bdfe600d132ab8340da88802 (diff)
downloadmaster-31e0f0ae-b225de37bc223474123dd1ef21d9eba2c11ca76c.tar.gz
master-31e0f0ae-b225de37bc223474123dd1ef21d9eba2c11ca76c.tar.bz2
master-31e0f0ae-b225de37bc223474123dd1ef21d9eba2c11ca76c.zip
ar71xx: fix giving extra arguments to Build/mktplinkfw
The build command will always get the whole argument string in $(1), regardless of whitespace. We need to use word/wordlist to split the string after the first word. Whitespace and quotation will be given to the command verbatim (make will ignore it), so to give multiple arguments, no quotation marks may be used. Fixes: r47174 ("ar71xx/image: add options argument to mktplinkfw step") Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 49216
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions