From: INAGAKI Hiroshi Date: Sun, 22 Mar 2026 13:15:04 +0000 (+0900) Subject: mediatek: filogic: enable ascii-env NVMEM driver X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cef2148c4b6ff0c9c96bb9f689bb132058a8c04;p=thirdparty%2Fopenwrt.git mediatek: filogic: enable ascii-env NVMEM driver Enable ascii-env NVMEM driver (CONFIG_NVMEM_LAYOUT_ASCII_ENV) on mediatek/filogic subtarget, to handle ascii-based MAC addresses in key-value format stored to the mtd partition. Signed-off-by: INAGAKI Hiroshi Link: https://github.com/openwrt/openwrt/pull/22587 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/mediatek/filogic/config-6.12 b/target/linux/mediatek/filogic/config-6.12 index d319785ce5b..f004be843f7 100644 --- a/target/linux/mediatek/filogic/config-6.12 +++ b/target/linux/mediatek/filogic/config-6.12 @@ -334,6 +334,7 @@ CONFIG_NVMEM_AN8855_EFUSE=y CONFIG_NVMEM_BLOCK=y CONFIG_NVMEM_LAYOUTS=y CONFIG_NVMEM_LAYOUT_ADTRAN=y +CONFIG_NVMEM_LAYOUT_ASCII_ENV=y CONFIG_NVMEM_LAYOUT_U_BOOT_ENV=y CONFIG_NVMEM_MTK_EFUSE=y CONFIG_NVMEM_SYSFS=y