mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 17:29:30 -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>