diff options
| author | Robert Marko | 2020-10-30 17:42:37 +0000 |
|---|---|---|
| committer | Alexander Couzens | 2021-01-17 13:31:56 +0000 |
| commit | f4fdd8609c1e7c407956f1f65aa7f8d154af9875 (patch) | |
| tree | 7aeafc322b2bf1052cd717e01c4a3f3768ed9b70 | |
| parent | 01848890880e3da8267d5ccec559740a57763eb0 (diff) | |
| download | openwrt-f4fdd8609c1e7c407956f1f65aa7f8d154af9875.tar.gz | |
ipq40xx: mikrotik: 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 from sysfs.
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ipq40xx/mikrotik/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/mikrotik/config-default b/target/linux/ipq40xx/mikrotik/config-default index 01b9b4562d..147217380c 100644 --- a/target/linux/ipq40xx/mikrotik/config-default +++ b/target/linux/ipq40xx/mikrotik/config-default @@ -1,2 +1,4 @@ +CONFIG_MIKROTIK=y +CONFIG_MIKROTIK_RB_SYSFS=y CONFIG_MTD_ROUTERBOOT_PARTS=y CONFIG_MTD_SPLIT_MINOR_FW=y |