immortalwrt/target/linux/mediatek
David Woodhouse de374ea26d 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-20 11:38:23 +08:00
..
base-files mediatek: disable packet steering by default 2020-09-05 11:38:38 +08:00
files-4.19 mediatek: sync upstream source code 2020-04-23 08:20:22 +08:00
files-5.4 mediatek: disable btif in device tree to make the WMAC work again 2020-08-13 11:54:01 +08:00
image mediatek: mt7623: use bash for generating bootable images 2020-09-20 11:38:23 +08:00
mt7622 mediatek/mt7622: adjust kernel cpu features to match the hardware 2020-09-07 17:01:37 +08:00
mt7623 treewide: adjust sysupgrade script 2020-08-14 18:36:30 +08:00
mt7629 kernel: unify CONFIG_GPIO_SYSFS in kernel configs 2020-08-07 18:08:33 +08:00
patches-4.19 kernel: bump to 4.9.235, 4.14.196, 4.19.143 2020-09-06 19:58:14 +08:00
patches-5.4 mediatek: fix missing pause on switch port for Banana Pi R2 2020-09-20 11:37:19 +08:00
Makefile mediatek: switch to kernel 5.4 and drop 4.14 2020-07-29 18:02:44 +08:00
modules.mk mediatek: enable SATA for mt7623 2020-07-09 12:22:54 +08:00