summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-11 15:56:15 +0000
committerJohn Crispin <john@openwrt.org>2015-03-11 15:56:15 +0000
commite5373f2761544b3a0bef395b7239dfb281bc8211 (patch)
treea6231c628ac3d1f7f0758dc7d08b917ef2f72a52 /target/linux/ar71xx/files/arch/mips
parent9f16b370a0506f01aa5ec40190e995f371d9027a (diff)
downloadmaster-31e0f0ae-e5373f2761544b3a0bef395b7239dfb281bc8211.tar.gz
master-31e0f0ae-e5373f2761544b3a0bef395b7239dfb281bc8211.tar.bz2
master-31e0f0ae-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/files/arch/mips')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wrt160nl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wrt160nl.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wrt160nl.c
index 21aefe00a0..ede3c214c2 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wrt160nl.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wrt160nl.c
@@ -34,7 +34,7 @@
#define WRT160NL_NVRAM_SIZE 0x10000
static const char *wrt160nl_part_probes[] = {
- "wrt160nl",
+ "cybertan",
NULL,
};