Re: [LEDE-DEV] [PATCH] Modify hostapd's multicall patch

2016-08-23 Thread Felix Fietkau
On 2016-08-23 08:56, Ash Benz wrote: > Explicitly call /bin/echo instead of echo only. The shell built-in echo > behaves differently and causes > incomplete .cflags generation on some systems. > > Signed-off-by: Ash Benz There's no guarantee that /bin/echo is any better than the built-in echo

[LEDE-DEV] [PATCH] Modify hostapd's multicall patch

2016-08-23 Thread Ash Benz
Explicitly call /bin/echo instead of echo only. The shell built-in echo behaves differently and causes incomplete .cflags generation on some systems. Signed-off-by: Ash Benz --- package/network/services/hostapd/patches/200-multicall.patch | 8 1 file changed, 4 insertions(+), 4 delet