2025-01-22 04:14:01 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# Copy linux and busybox binaries (with symbol info) to images directory
|
|
|
|
cp "$BUILD_DIR"/linux-*/vmlinux "$BINARIES_DIR"/vmlinux
|
2025-01-22 06:58:33 +00:00
|
|
|
cp "$BUILD_DIR"/busybox-*/busybox "$BINARIES_DIR"/busybox
|