diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-11 15:56:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-11 15:56:15 +0000 |
commit | 2eabbd5247bf2413ad05832284e25a0ba156c4a0 (patch) | |
tree | 830b39d69300c8eb5120fe5f35b22807d31dacde /target/linux/ar71xx/files/arch | |
parent | d93222ddefac21f47b62619465ea521f9097beaa (diff) | |
download | upstream-2eabbd5247bf2413ad05832284e25a0ba156c4a0.tar.gz upstream-2eabbd5247bf2413ad05832284e25a0ba156c4a0.tar.bz2 upstream-2eabbd5247bf2413ad05832284e25a0ba156c4a0.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44663 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wrt160nl.c | 2 |
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, }; |