mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
lantiq: fix brnImage signature for the VGV7510KW22BRN images
The VGV7510KW22BRN and VGV7519BRN do not have the same brnImage signature. It was accidentally changed with ba42c1d ("lantiq: un-macro the image building code"). Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
12db207e9b
commit
271db9f18e
@ -538,9 +538,9 @@ TARGET_DEVICES += VGV7510KW22NOR
|
|||||||
define Device/VGV7510KW22BRN
|
define Device/VGV7510KW22BRN
|
||||||
$(Device/lantiqBrnImage)
|
$(Device/lantiqBrnImage)
|
||||||
IMAGE_SIZE := 7168k
|
IMAGE_SIZE := 7168k
|
||||||
SIGNATURE := 5D00008000
|
SIGNATURE := BRNDA6431
|
||||||
MAGIC := 0x12345678
|
MAGIC := 0x12345678
|
||||||
CRC32_POLY := 0x2083b8ed
|
CRC32_POLY := 0x04c11db7
|
||||||
DEVICE_TITLE := o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)
|
DEVICE_TITLE := o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)
|
||||||
DEVICE_PACKAGES := kmod-rt2800-pci wpad-mini kmod-usb-dwc2 kmod-ltq-tapi kmod-ltq-vmmc
|
DEVICE_PACKAGES := kmod-rt2800-pci wpad-mini kmod-usb-dwc2 kmod-ltq-tapi kmod-ltq-vmmc
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user