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