diff --git a/create_updater.sh b/create_updater.sh index f05b9e6..e0c4f78 100644 --- a/create_updater.sh +++ b/create_updater.sh @@ -2,7 +2,7 @@ set -e umask 0022 -VERSION="1.7.9" +VERSION="`cat ./version.txt`" if [ -r "update/vmlinuz.bin" ]; then KERNEL="update/vmlinuz.bin" @@ -141,6 +141,7 @@ mksquashfs \ update/flash_partition.sh \ update/date.txt \ update/version.txt \ + update/fsck.fat \ $BOOTLOADERS \ $MININIT \ $KERNEL \