stm32-post-build.sh 187 B

1234567
  1. #!/bin/sh
  2. # Busybox is built without network support
  3. sed -i '/hostname/d' ${TARGET_DIR}/etc/inittab
  4. # Kernel is built without devpts support
  5. sed -i '/^devpts/d' ${TARGET_DIR}/etc/fstab