(

  make defconfig  &&

  sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config  &&

  make             &&
  prepare_install  &&
  cp -p busybox /sbin/busybox_static

) > $C_FIFO 2>&1
