diff options
Diffstat (limited to 'board/gdb/post-build.sh')
-rwxr-xr-x | board/gdb/post-build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/gdb/post-build.sh b/board/gdb/post-build.sh new file mode 100755 index 0000000000..8933d504ec --- /dev/null +++ b/board/gdb/post-build.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# no simulated network devices at the moment +rm -f ${TARGET_DIR}/etc/init.d/S40network +rm -rf ${TARGET_DIR}/etc/network/ |