diff options
author | John Crispin <john@openwrt.org> | 2015-03-11 15:56:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-11 15:56:15 +0000 |
commit | e5373f2761544b3a0bef395b7239dfb281bc8211 (patch) | |
tree | a6231c628ac3d1f7f0758dc7d08b917ef2f72a52 /target/linux/ar71xx/config-3.18 | |
parent | 9f16b370a0506f01aa5ec40190e995f371d9027a (diff) | |
download | upstream-e5373f2761544b3a0bef395b7239dfb281bc8211.tar.gz upstream-e5373f2761544b3a0bef395b7239dfb281bc8211.tar.bz2 upstream-e5373f2761544b3a0bef395b7239dfb281bc8211.zip |
ar71xx: rename wrt160nl's trx partition parser
This patch renames the partition parser from
wrt160nl to more generic cybertan.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
SVN-Revision: 44663
Diffstat (limited to 'target/linux/ar71xx/config-3.18')
-rw-r--r-- | target/linux/ar71xx/config-3.18 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-3.18 b/target/linux/ar71xx/config-3.18 index f881a292f0..5c25f32f28 100644 --- a/target/linux/ar71xx/config-3.18 +++ b/target/linux/ar71xx/config-3.18 @@ -257,7 +257,7 @@ CONFIG_MTD_SPLIT_LZMA_FW=y CONFIG_MTD_SPLIT_SEAMA_FW=y CONFIG_MTD_SPLIT_UIMAGE_FW=y CONFIG_MTD_TPLINK_PARTS=y -CONFIG_MTD_WRT160NL_PARTS=y +CONFIG_MTD_CYBERTAN_PARTS=y CONFIG_MYLOADER=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y |