diff options
author | Robert Marko <robimarko@gmail.com> | 2020-10-30 18:39:04 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2021-01-17 14:23:05 +0100 |
commit | 30a92f55de8cd61da8fd0a5df4a8612c5d459d94 (patch) | |
tree | 56e9fa36283735e036d867d11cd9b6d4fdae779e /target/linux/ipq40xx/mikrotik | |
parent | b779da27ef4a1bf47c8ae67809ecae99ba3ffa08 (diff) | |
download | upstream-30a92f55de8cd61da8fd0a5df4a8612c5d459d94.tar.gz upstream-30a92f55de8cd61da8fd0a5df4a8612c5d459d94.tar.bz2 upstream-30a92f55de8cd61da8fd0a5df4a8612c5d459d94.zip |
ipq40xx: mikrotik: enable CONFIG_MTD_ROUTERBOOT_PARTS
This enables the new MikroTik specific partition parser.
This avoids manually specifying the MikroTik specific partitions as they
can be detected by their magic values.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/mikrotik')
-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 new file mode 100644 index 0000000000..ac1113bdc2 --- /dev/null +++ b/target/linux/ipq40xx/mikrotik/config-default @@ -0,0 +1 @@ +CONFIG_MTD_ROUTERBOOT_PARTS=y |