openwrt/target/linux/mediatek/image
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
..
Config.in mediatek: mt7623: add full system image for UniElec U7623 2020-07-26 17:08:31 +08:00
Makefile mediatek: remove condition in Device/Default 2020-07-25 23:19:19 +02:00
gen_mt7622_emmc_img.sh mediatek: make emmc image generation work on mt7622 2020-06-07 17:52:21 +02:00
gen_mt7623_emmc_img.sh mediatek: mt7623: fix sysupgrade from vendor OpenWrt on UniElec U7623 2020-07-26 16:42:35 +08:00
gen_mtk_mmc_img.sh mediatek: mt7623: use bash for generating bootable images 2020-09-19 13:39:29 +01:00
gen_scatterfile.sh mediatek: mt7623: add scatter file for unbricking with SP Flash Tool 2020-07-26 17:07:52 +08:00
mt7622.mk mediatek: generate UBI images for the rev board 2020-07-16 09:16:34 +02:00
mt7623.mk mediatek: mt7623: add full system image for UniElec U7623 2020-07-26 17:08:31 +08:00
mt7623a_unielec_u7623-uEnv.txt mediatek: mt7623: add full system image for UniElec U7623 2020-07-26 17:08:31 +08:00
mt7623n_bpir2-uEnv.txt mediatek: add SD card image creation for Banana Pi R2 2020-07-08 23:22:30 +02:00
mt7629.mk