summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorPatryk Kowalczyk <patryk@kowalczyk.ws>2023-11-02 09:46:36 +0100
committerDavid Bauer <mail@david-bauer.net>2023-11-03 23:06:07 +0100
commit0c3f4bd85ee6067588a81843a403850ab0082270 (patch)
tree1ee134d976970e03f3caf41930fb5619705be294 /target/linux
parentbc335f296740ac386e1ef09a49f1844419b0ccf9 (diff)
downloadopenwrt-0c3f4bd85ee6067588a81843a403850ab0082270.tar.gz
openwrt-0c3f4bd85ee6067588a81843a403850ab0082270.tar.bz2
openwrt-0c3f4bd85ee6067588a81843a403850ab0082270.zip
filogic: fix wifi eeprom filename for tuf-ax6000
The router use mt7986_eeprom_mt7976_dual.bin Fixes: d522ccecb2 ("filogic: add support for ASUS TUF AX6000") Signed-off-by: Patryk Kowalczyk <patryk@kowalczyk.ws>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata
index 63c1ec31b7..4d9833f66c 100644
--- a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata
+++ b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata
@@ -45,8 +45,7 @@ case "$FIRMWARE" in
;;
"mediatek/mt7986_eeprom_mt7976_dbdc.bin")
case "$board" in
- asus,tuf-ax4200|\
- asus,tuf-ax6000)
+ asus,tuf-ax4200)
CI_UBIPART="UBI_DEV"
caldata_extract_ubi "Factory" 0x0 0x1000
;;
@@ -54,6 +53,10 @@ case "$FIRMWARE" in
;;
"mediatek/mt7986_eeprom_mt7976_dual.bin")
case "$board" in
+ asus,tuf-ax6000)
+ CI_UBIPART="UBI_DEV"
+ caldata_extract_ubi "Factory" 0x0 0x1000
+ ;;
glinet,gl-mt6000)
caldata_extract_mmc "factory" 0x0 0x1000
;;