[LEDE-DEV] [PATCH] brcm47xx: Fix typo in E1200v1 image magic
Rosen Penev
rosenp at gmail.com
Sun Sep 24 17:55:32 PDT 2017
cybetran should be cybertan
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
target/linux/brcm47xx/base-files/lib/upgrade/platform.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
index f64e19b213..4f428723d0 100644
--- a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
@@ -34,7 +34,7 @@ platform_expected_image() {
"Linksys E1000 V1") echo "cybertan E100"; return;;
"Linksys E1000 V2") echo "cybertan E100"; return;;
"Linksys E1000 V2.1") echo "cybertan E100"; return;;
- "Linksys E1200 V1") echo "cybetran E120"; return;;
+ "Linksys E1200 V1") echo "cybertan E120"; return;;
"Linksys E1200 V2") echo "cybertan E122"; return;;
"Linksys E2000 V1") echo "cybertan 32XN"; return;;
"Linksys E3000 V1") echo "cybertan 61XN"; return;;
--
2.13.5
More information about the Lede-dev
mailing list