diff --git a/build-buildroot.sh b/build-buildroot.sh index 0115c47..a435428 100755 --- a/build-buildroot.sh +++ b/build-buildroot.sh @@ -17,6 +17,7 @@ cd ${BUILDROOT_DIR} make || exit -1 # Install + mkdir -p ../${USB_BOOT_DIR}/BOOT cp .config ../${USB_BOOT_DIR}/BOOT/buildrootconfig.txt || exit -1 # cp output/images/rootfs.cpio.gz /var/www/html/initrd.gz || exit -1 cd ..