From 8e0b1a323760148b9233a55504d00ccca986b9b8 Mon Sep 17 00:00:00 2001 From: YenLin Pan Date: Mon, 7 Jul 2025 10:27:46 +0800 Subject: [PATCH] ipq53xx.mk: update zyxel_nwa50be device nwa5be uses non-4k nand falsh, bdf temporarily uses nwa130be Signed-off-by: YenLin Pan --- feeds/qca-wifi-7/ipq53xx/image/ipq53xx.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/feeds/qca-wifi-7/ipq53xx/image/ipq53xx.mk b/feeds/qca-wifi-7/ipq53xx/image/ipq53xx.mk index ae5d866bd..764f56d83 100755 --- a/feeds/qca-wifi-7/ipq53xx/image/ipq53xx.mk +++ b/feeds/qca-wifi-7/ipq53xx/image/ipq53xx.mk @@ -154,14 +154,14 @@ define Device/zyxel_nwa50be DEVICE_TITLE := Zyxel NWA50BE DEVICE_DTS := ipq5332-zyxel-nwa50be DEVICE_DTS_DIR := ../dts - DEVICE_DTS_CONFIG := config@mi01.6 + DEVICE_DTS_CONFIG := config-mi01.3 IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi - BLOCKSIZE := 256k - PAGESIZE := 4096 + BLOCKSIZE := 128k + PAGESIZE := 2048 IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand IMAGE/nand-factory.ubi := append-ubi - DEVICE_PACKAGES := ath12k-wifi-zyxel-nwa50be ath12k-firmware-qcn92xx ath12k-firmware-ipq5332 + DEVICE_PACKAGES := ath12k-wifi-zyxel-nwa130be ath12k-firmware-qcn92xx ath12k-firmware-ipq5332 endef TARGET_DEVICES += zyxel_nwa50be