mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-03 00:51:54 +02:00
This is needed for ksh/bash style process substitution such as <(command) and >(command) which was introduced in ash as of busybox version 1.34.0 to work. Signed-off-by: Erik Karlsson <erik.karlsson@genexis.eu>