diff options
| author | Robert Marko | 2020-10-30 17:40:27 +0000 |
|---|---|---|
| committer | Alexander Couzens | 2021-01-17 13:23:05 +0000 |
| commit | 01848890880e3da8267d5ccec559740a57763eb0 (patch) | |
| tree | c2cc4326cab1b578fc68014b8d6f88f182857a0c | |
| parent | 30a92f55de8cd61da8fd0a5df4a8612c5d459d94 (diff) | |
| download | openwrt-01848890880e3da8267d5ccec559740a57763eb0.tar.gz | |
ipq40xx: mikrotik: enable MikroTik NOR parser
Needed for SPI-NOR based MikroTik IPQ40xx devices like hAP ac2.
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ipq40xx/mikrotik/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/mikrotik/config-default b/target/linux/ipq40xx/mikrotik/config-default index ac1113bdc2..01b9b4562d 100644 --- a/target/linux/ipq40xx/mikrotik/config-default +++ b/target/linux/ipq40xx/mikrotik/config-default @@ -1 +1,2 @@ CONFIG_MTD_ROUTERBOOT_PARTS=y +CONFIG_MTD_SPLIT_MINOR_FW=y |