[openwrt/openwrt] mt76: drop default eeprom file for mt7986-firmware
LEDE Commits
lede-commits at lists.infradead.org
Thu Dec 7 02:13:46 PST 2023
rmilecki pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/5a0bdab24c0ff1e577669bc89cb8a277229780b8
commit 5a0bdab24c0ff1e577669bc89cb8a277229780b8
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Thu May 4 23:10:03 2023 +0800
mt76: drop default eeprom file for mt7986-firmware
The mt76 driver usually reads the eeprom on the mtd partition at dts.
For emmc device we need to use caldata_extract script to read the
eeprom. However, the default eeprom file breaks the caldata script
execution, so remove it.
Signed-off-by: Chukun Pan <amadeus at jmu.edu.cn>
(cherry picked from commit e3aa645b267ca4f08773b5366583e9b0020fc3e9)
---
package/kernel/mt76/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 78f01c119f..42075daecd 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -542,8 +542,6 @@ define KernelPackage/mt7986-firmware/install
$(PKG_BUILD_DIR)/firmware/mt7986_wm.bin \
$(PKG_BUILD_DIR)/firmware/mt7986_rom_patch_mt7975.bin \
$(PKG_BUILD_DIR)/firmware/mt7986_rom_patch.bin \
- $(PKG_BUILD_DIR)/firmware/mt7986_eeprom_mt7975_dual.bin \
- $(PKG_BUILD_DIR)/firmware/mt7986_eeprom_mt7976_dual.bin \
$(1)/lib/firmware/mediatek
endef
More information about the lede-commits
mailing list