update to use OpenWrt 22.03.5

This commit is contained in:
Attila Lendvai 2023-08-17 23:13:21 +02:00
parent 309e6dd80c
commit 66a736508d
No known key found for this signature in database
GPG Key ID: FEFA9FE55CF6E3CD
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ BUILD="$(readlink -f "${BUILD}")"
###
### chose a release
###
RELEASE="22.03.3"
RELEASE="22.03.5"
IMGBUILDER_NAME="openwrt-imagebuilder-${RELEASE}-${TARGET_ARCHITECTURE}-${TARGET_VARIANT}.Linux-x86_64"
IMGBUILDER_DIR="${BUILD}/${IMGBUILDER_NAME}"

View File

@ -86,7 +86,6 @@ EOF
mkfs.ext4 -F -L root -U $rootUUID /dev/sda2
mkfs.ext4 -F -L data -U $dataUUID /dev/sda3
rereadPartitionTable
log "Finished setting up filesystems"
}