ar71xx: fix giving extra arguments to Build/mktplinkfw
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Apr 2016 19:47:19 +0000 (19:47 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Apr 2016 19:47:19 +0000 (19:47 +0000)
commiteaa6682d829456ebbbaebbf9ccdc9a2270ca39a6
treed04657731f9fe35c2406aeaa06bf645ea45e26df
parent3c023a46fc7bbcd7760bcbc891b621a5ee89c8fe
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49216 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ar71xx/image/Makefile