openwrt/target/linux/mediatek
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
..
base-files mediatek: disable packet steering by default 2020-09-04 19:42:35 +02:00
files-4.19
files-5.4 mediatek: disable btif in device tree to make the WMAC work again 2020-08-12 13:02:13 +02:00
image mediatek: mt7623: use bash for generating bootable images 2020-09-19 13:39:29 +01:00
mt7622 mediatek/mt7622: adjust kernel cpu features to match the hardware 2020-09-06 15:35:57 +02:00
mt7623 kernel: unify CONFIG_GPIO_SYSFS in kernel configs 2020-08-06 12:37:04 +02:00
mt7629 kernel: unify CONFIG_GPIO_SYSFS in kernel configs 2020-08-06 12:37:04 +02:00
patches-4.19 kernel: Update kernel 4.19 to version 4.19.131 2020-07-04 21:12:42 +02:00
patches-5.4 mediatek: fix missing pause on switch port for Banana Pi R2 2020-09-19 13:39:29 +01:00
Makefile
modules.mk mediatek: enable SATA for mt7623 2020-07-08 23:22:30 +02:00