diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-07-03 18:57:36 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-07-04 08:58:54 +0200 |
commit | 0a2e4204dbe0b7bf31cb4100491a01b2837d7f3f (patch) | |
tree | 763b803cb462831f51961ab97ff3d3697c4cdc76 /target/linux/ar71xx/mikrotik/config-default | |
parent | 43ae7dcdd498c99c4078d4edb9cd359990d83631 (diff) | |
download | upstream-0a2e4204dbe0b7bf31cb4100491a01b2837d7f3f.tar.gz upstream-0a2e4204dbe0b7bf31cb4100491a01b2837d7f3f.tar.bz2 upstream-0a2e4204dbe0b7bf31cb4100491a01b2837d7f3f.zip |
ar71xx: generic: enable CONFIG_MTD_SPLIT_TPLINK_FW
We can use "tplink-fw" mtd splitter for TP-Link devices which use kernel
with TP-Link header embedded inside "safeloader" image type and thus get
rid of statically defined "kernel" and "rootfs" partitions in cmdline.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/mikrotik/config-default')
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index 9caf9f551d..71f186716c 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -229,6 +229,7 @@ CONFIG_MTD_NAND_RB750=y CONFIG_MTD_NAND_RB91X=y # CONFIG_MTD_REDBOOT_PARTS is not set # CONFIG_MTD_SPLIT_EVA_FW is not set +# CONFIG_MTD_SPLIT_TPLINK_FW is not set # CONFIG_MTD_TPLINK_PARTS is not set CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 |