immortalwrt/target/linux/mediatek/image
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
..
Config.in target/mediatek: sync with upstream source 2020-07-27 19:47:01 +08:00
gen_banana_pi_img.sh mediatek: fix bashism in gen_banana_pi_img.sh 2020-07-10 12:17:18 +08:00
gen_mt7622_emmc_img.sh mediatek: make emmc image generation work on mt7622 2020-06-08 12:16:11 +08:00
gen_mt7623_emmc_img.sh target/mediatek: sync with upstream source 2020-07-27 19:47:01 +08:00
gen_mtk_mmc_img.sh mediatek: mt7623: use bash for generating bootable images 2020-09-20 11:38:23 +08:00
gen_scatterfile.sh target/mediatek: sync with upstream source 2020-07-27 19:47:01 +08:00
Makefile mediatek: remove condition in Device/Default 2020-07-27 19:43:09 +08:00
mt7622.mk treewide: fix undeclared function about backup in upgrade 2020-08-14 12:28:09 +08:00
mt7623.mk target/mediatek: sync with upstream source 2020-07-27 19:47:01 +08:00
mt7623a_unielec_u7623-uEnv.txt target/mediatek: sync with upstream source 2020-07-27 19:47:01 +08:00
mt7623n_bpir2-uEnv.txt mediatek: add SD card image creation for Banana Pi R2 2020-07-09 12:27:01 +08:00
mt7629.mk mediatek: fix image building 2020-05-05 11:53:18 +08:00