From b627a68495f3faf720aebef29238f02de40ffb5b Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Thu, 21 May 2020 14:11:11 +0200 Subject: [PATCH] ipq40xx: 5.4: enable MikroTik platform driver This enables the MikroTik platform driver, it enables us to parse valuable info from hard_config including WLAN calibration data extraction on sysfs. Signed-off-by: Robert Marko --- target/linux/ipq40xx/config-5.4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ipq40xx/config-5.4 b/target/linux/ipq40xx/config-5.4 index b677e25770..15776422a4 100644 --- a/target/linux/ipq40xx/config-5.4 +++ b/target/linux/ipq40xx/config-5.4 @@ -308,6 +308,8 @@ CONFIG_MEMFD_CREATE=y CONFIG_MFD_SYSCON=y CONFIG_MIGHT_HAVE_CACHE_L2X0=y CONFIG_MIGRATION=y +CONFIG_MIKROTIK=y +CONFIG_MIKROTIK_RB_SYSFS=y CONFIG_MMC=y CONFIG_MMC_BLOCK=y CONFIG_MMC_SDHCI=y -- 2.30.2