Kernel is built without network support. It is useless to compile the package and then remove it from rootfs. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Kernel is built without devpts support
|
|
sed -i '/^devpts/d' ${TARGET_DIR}/etc/fstab
|