Skip to content

Commit 2939436

Browse files
committed
Copy built rootfs.cpio to project's root directory
1 parent 899ca79 commit 2939436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build-image.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function do_buildroot
3232
ASSERT make olddefconfig
3333
ASSERT make $PARALLEL
3434
popd
35+
cp -f buildroot/output/images/rootfs.cpio ./
3536
}
3637

3738
function do_linux

0 commit comments

Comments
 (0)