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 arc770: drop support for kernel 4.14 2020-09-02 16:29:22 +02:00
archs38
armvirt kernel: set WATCHDOG_CORE dependency in kmod-hwmon-sch5627 2020-08-24 14:09:11 +02:00
at91 at91: explicitly set CONFIG_USB_SUPPORT for sam9x subtarget 2020-08-27 16:36:18 +02:00
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 kernel: set WATCHDOG_CORE dependency in kmod-hwmon-sch5627 2020-08-24 14:09:11 +02:00
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 kernel: set WATCHDOG_CORE dependency in kmod-hwmon-sch5627 2020-08-24 14:09:11 +02:00
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 kernel: bump 5.4 to 5.4.60 2020-08-24 17:33:58 +02:00
omap
oxnas kernel: bump 5.4 to 5.4.64 2020-09-12 01:28:50 +02:00
pistachio pistachio: drop support for kernel 4.14 2020-09-02 16:29:22 +02:00
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 kernel: bump 5.4 to 5.4.63 2020-09-06 19:55:19 +02:00
zynq
Makefile