|
@@ -17,7 +17,6 @@
|
|
# <padding> Padding ('0' + 0x20 *7) (8 bytes)
|
|
# <padding> Padding ('0' + 0x20 *7) (8 bytes)
|
|
# <signature> Signature of signer. Not checked so use arbitrary value (16 bytes)
|
|
# <signature> Signature of signer. Not checked so use arbitrary value (16 bytes)
|
|
# <padding> Padding (0x00) (192 bytes)
|
|
# <padding> Padding (0x00) (192 bytes)
|
|
-# 0x0A (1 byte)
|
|
|
|
|
|
|
|
## version history
|
|
## version history
|
|
# * version 1: initial commit
|
|
# * version 1: initial commit
|
|
@@ -62,6 +61,4 @@ printf ".LINKSYS.01000409%-15s%-8s%-8s%-16s" "${TYPE}" "${CRC}" "0" "K0000000F02
|
|
|
|
|
|
dd if=/dev/zero bs=1 count=192 conv=notrunc >> "${IMG_TMP_OUT}"
|
|
dd if=/dev/zero bs=1 count=192 conv=notrunc >> "${IMG_TMP_OUT}"
|
|
|
|
|
|
-printf '\12' >> "${IMG_TMP_OUT}"
|
|
|
|
-
|
|
|
|
cp "${IMG_TMP_OUT}" "${IMG_OUT}"
|
|
cp "${IMG_TMP_OUT}" "${IMG_OUT}"
|