1config BR2_PACKAGE_DASH 2 bool "dash" 3 depends on BR2_USE_MMU # fork() 4 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 5 help 6 DASH is a POSIX-compliant implementation of /bin/sh that 7 aims to be as small as possible. It does this without 8 sacrificing speed where possible. In fact, it is 9 significantly faster than bash (the GNU Bourne-Again SHell) 10 for most tasks. 11 12 http://gondor.apana.org.au/~herbert/dash 13