xref: /OK3568_Linux_fs/buildroot/board/stmicroelectronics/common/stm32f4xx/stm32-post-build.sh (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun#!/bin/sh
2*4882a593Smuzhiyun
3*4882a593Smuzhiyun# Kernel is built without devpts support
4*4882a593Smuzhiyunsed -i '/^devpts/d' ${TARGET_DIR}/etc/fstab
5*4882a593Smuzhiyun
6*4882a593Smuzhiyun# Kernel is built without network support
7*4882a593Smuzhiyunrm -f ${TARGET_DIR}/etc/init.d/S40network
8*4882a593Smuzhiyunrm -rf ${TARGET_DIR}/etc/network/
9