mirror of
https://github.com/sheumann/hush.git
synced 2025-08-05 12:26:26 +00:00
It looks like latest uClibc defines ARCH_HAS_MMU, but a few busybox files test UCLIBC_HAS_MMU, resulting in vfork() getting called instead of fork(), etc. Patch below. Only tested for lash. Cheers, -Jamie