repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmake: bump version to 3.7.1
[buildroot-gz.git]
/
board
/
stmicroelectronics
/
stm32-post-build.sh
blob
e324afe59a981637d0f476cd9b5a391f2e981837
1
#!/bin/sh
2
3
# Kernel is built without devpts support
4
sed
-i
'/^devpts/d'
${TARGET_DIR}
/
etc
/
fstab
5
6
# Kernel is built without network support
7
rm
-f
${TARGET_DIR}
/
etc
/
init.d
/
S40network
8
rm
-rf
${TARGET_DIR}
/
etc
/
network
/