buildroot/board/stmicroelectronics/common/stm32f4xx/stm32-post-build.sh

8 lines
187 B
Bash
Raw Normal View History

2024-02-18 09:22:07 +08:00
#!/bin/sh
# Busybox is built without network support
sed -i '/hostname/d' ${TARGET_DIR}/etc/inittab
# Kernel is built without devpts support
sed -i '/^devpts/d' ${TARGET_DIR}/etc/fstab