stm32-post-build.sh 215 B

123456789
  1. #!/bin/sh
  2. # Kernel is built without devpts support
  3. sed -i '/^devpts/d' ${TARGET_DIR}/etc/fstab
  4. # Kernel is built without network support
  5. rm -f ${TARGET_DIR}/etc/init.d/S40network
  6. rm -rf ${TARGET_DIR}/etc/network/