xref: /OK3568_Linux_fs/buildroot/package/dash/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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