9068fe0dea
With this config you can bootup a Linux kernel in GDB simulator and test Blackfin kernel and userland. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
# no simulated network devices at the moment
|
|
rm -f ${TARGET_DIR}/etc/init.d/S40network
|
|
rm -rf ${TARGET_DIR}/etc/network/
|