mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-21 20:31:01 +01: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>