Sign in
android-kvm
/
buildroot
/
a784191d3fd77a7af444495c065d55f1c5889943
/
.
/
board
/
stmicroelectronics
/
common
/
stm32f4xx
/
stm32-post-build.sh
blob: 4fcce6150071929ab83c03551808132205532d91 [
file
] [
log
] [
blame
]
#!/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