Skip to content

Commit

Permalink
create missing directory ${USB_BOOT_DIR}/BOOT
Browse files Browse the repository at this point in the history
  • Loading branch information
citronalco authored and rickgaiser committed Oct 7, 2018
1 parent 0708cc3 commit a9d6db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-buildroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit a9d6db1

Please sign in to comment.