Build Atmel ARM9 board Board Support Packets
guowenxue
2024-06-07 d956c803890acd0c5023a5940e398775fb5d46ca
images/build.sh
@@ -174,6 +174,16 @@
}
function do_modify()
{
    cd $PRJ_PATH
    pr_info "start modify rootfs ..."
    cp patches/profile $ROOTFS_SRC/etc/profile
    cp patches/S50sshd $ROOTFS_SRC/etc/init.d/S50sshd
}
function do_build()
{
    cd $PRJ_PATH
@@ -231,6 +241,8 @@
do_fetch
do_modify
do_build
do_install