Sign in
android-kvm
/
buildroot
/
74bef5945f48fea2a863a456fa21271d136ed189
/
.
/
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