From e5373f2761544b3a0bef395b7239dfb281bc8211 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 11 Mar 2015 15:56:15 +0000 Subject: ar71xx: rename wrt160nl's trx partition parser This patch renames the partition parser from wrt160nl to more generic cybertan. Signed-off-by: Christian Lamparter SVN-Revision: 44663 --- target/linux/ar71xx/files/arch/mips/ath79/mach-wrt160nl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79') 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, }; -- cgit v1.2.3