summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/busybox: turn off some features uClibc omits #567598Mike Frysinger2018-01-231-0/+6
| | | | Closes: https://bugs.gentoo.org/567598
* sys-apps/busybox: explicitly disable SH_IS_HUSH config optionTim Harder2017-09-241-0/+1
| | | | | Otherwise this can hang in certain situations when `make oldconfig` is called.
* sys-apps/busybox: fix default shell handlingMike Frysinger2017-04-261-0/+309
Make sure we explicitly select sh->ash by default as newer versions are defaulting to sh->hush. Also fix up the hush patch to include the /bin/busybox fallbacks.