From 1d66fa8379fdce2e41d43afed2f6b56d3cba3c6e Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 26 Feb 2014 14:44:42 +0100 Subject: [PATCH] tasks to do --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 5c64b64..99966cb 100644 --- a/build.sh +++ b/build.sh @@ -9,6 +9,9 @@ # * TODO switch userland to hard-float binaries # * TODO build rootfs from slackwarearm-current # ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/scripts/ +# * TODO compile mkimage as part of the build process? +# * TODO organize patches by corresponding sources +# * TODO review $CWD/scripts/resize2fs-arch.sh if [ ! -x /usr/bin/mkimage ]; then echo "Missing u-boot tools"