mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-25 21:16:20 -05: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>