This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
home-assistant
/
buildroot
mirror of
https://github.com/home-assistant/buildroot.git
Watch
0
Star
0
Fork
You've already forked buildroot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2023.02.x
buildroot
/
board
/
stmicroelectronics
/
common
/
stm32f4xx
/
stm32-post-build.sh
5 lines
96 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
# Kernel is built without devpts support
sed -i
'/^devpts/d'
${
TARGET_DIR
}
/etc/fstab
Reference in New Issue
View Git Blame
Copy Permalink