1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/target
David Woodhouse 7190fb2da4 mediatek: mt7623: use bash for generating bootable images
It turns out that 'echo -e' isn't portable; it doesn't work in the dash
builtin echo and Ubuntu users are complaining.

I can't even get octal (specified by POSIX) to work consistently because
those  variants of 'echo' which *do* support -e don't seem to interpret
octalwithout it.

I could switch to /bin/echo but using -e with that isn't actually
portable *either* even though it works today.

For now just stick with bash, and use its builtin. We may end up using
something else entirely; perhaps perl.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-09-19 13:39:29 +01:00
..
imagebuilder build: add whatdepends target to imagebuilder 2020-08-31 11:18:24 +01:00
linux mediatek: mt7623: use bash for generating bootable images 2020-09-19 13:39:29 +01:00
sdk build: SDK/IB reproducible and faster compression 2020-08-23 18:55:49 +02:00
toolchain
Config.in
Makefile