openwrt/target/linux
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
..
apm821xx treewide: remove empty default cases 2020-09-17 12:46:19 +02:00
arc770
archs38
armvirt
at91
ath25 ath25: fix preinit Ethernet port configuration 2020-09-10 18:52:15 +02:00
ath79 ath79/mikrotik: fix soft_config location for SXT 5n 2020-09-17 23:52:03 +02:00
bcm27xx kernel: bump 5.4 to 5.4.66 2020-09-19 12:41:29 +02:00
bcm47xx kernel: bump 5.4 to 5.4.64 2020-09-12 01:28:50 +02:00
bcm53xx
bcm63xx
gemini
generic kernel: fix mtd partition erase < parent_erasesize writes 2020-09-19 12:41:29 +02:00
imx6
ipq40xx kernel: bump 5.4 to 5.4.66 2020-09-19 12:41:29 +02:00
ipq806x ipq806x: fix support of Edgecore ECW5410 support 2020-09-19 13:32:11 +02:00
ipq807x
kirkwood treewide: revert sysupgrade adjustments for early DSA-adopters 2020-09-08 19:27:15 +02:00
lantiq lantiq: use uniform "u-boot-env" mtd label 2020-09-17 21:09:51 +02:00
layerscape kernel: bump 5.4 to 5.4.66 2020-09-19 12:41:29 +02:00
malta
mediatek mediatek: mt7623: use bash for generating bootable images 2020-09-19 13:39:29 +01:00
mpc85xx
mvebu mvebu: image: add check for fdt_add_r and kernel_addr_r variables 2020-09-17 21:09:51 +02:00
mxs
octeon
octeontx
omap
oxnas kernel: bump 5.4 to 5.4.64 2020-09-12 01:28:50 +02:00
pistachio
ramips kernel: bump 5.4 to 5.4.66 2020-09-19 12:41:29 +02:00
rockchip
rtl838x kernel: bump 5.4 to 5.4.66 2020-09-19 12:41:29 +02:00
sunxi
tegra
uml
x86
zynq
Makefile