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