ramips: fix IMAGE_SIZE of HC5x6: fix image size of HC5x61

"firmware" partition size defined in the device tree file is 0xf70000,
so the right IMAGE_SIZE is 15808k

Fixes: df1e5d6463 ("ramips: fix partition layout of hiwifi hc5x61")
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
Shiji Yang 2021-03-04 17:59:14 +08:00 committed by Hauke Mehrtens
parent e83f7e5d76
commit dfc9044fad
1 changed files with 3 additions and 3 deletions

View File

@ -448,7 +448,7 @@ TARGET_DEVICES += head-weblink_hdrm200
define Device/hiwifi_hc5661
SOC := mt7620a
IMAGE_SIZE := 15872k
IMAGE_SIZE := 15808k
DEVICE_VENDOR := HiWiFi
DEVICE_MODEL := HC5661
DEVICE_PACKAGES := kmod-sdhci-mt7620
@ -458,7 +458,7 @@ TARGET_DEVICES += hiwifi_hc5661
define Device/hiwifi_hc5761
SOC := mt7620a
IMAGE_SIZE := 15872k
IMAGE_SIZE := 15808k
DEVICE_VENDOR := HiWiFi
DEVICE_MODEL := HC5761
DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci kmod-sdhci-mt7620 \
@ -469,7 +469,7 @@ TARGET_DEVICES += hiwifi_hc5761
define Device/hiwifi_hc5861
SOC := mt7620a
IMAGE_SIZE := 15872k
IMAGE_SIZE := 15808k
DEVICE_VENDOR := HiWiFi
DEVICE_MODEL := HC5861
DEVICE_PACKAGES := kmod-mt76x2 kmod-usb2 kmod-usb-ohci kmod-sdhci-mt7620 \