diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-25 23:04:09 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-25 23:09:33 +0200 |
commit | 253a299604845cbcc20a98c9fc4a6b78687eae68 (patch) | |
tree | 97217c2f959bf47721b250aa6c972bde07648493 /target/linux/brcm47xx | |
parent | 56348c95e95bac5af77ee2825fe595c8383fd834 (diff) | |
download | upstream-253a299604845cbcc20a98c9fc4a6b78687eae68.tar.gz upstream-253a299604845cbcc20a98c9fc4a6b78687eae68.tar.bz2 upstream-253a299604845cbcc20a98c9fc4a6b78687eae68.zip |
Revert "brcm47xx: Fix sysupgrade with E1200v1"
This reverts commit 31e9445b7e614f54daa0caf3148e223d088311ab.
"Linksys E1200 V1" is not a valid board name, as the brcm47xx arch code
can not detect this device. Stefan Lippers-Hollmann also found a typo in
this patch "cybetran" instead of "cybertan".
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh index f64e19b213..dfd4e97ed2 100644 --- a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh @@ -34,7 +34,6 @@ 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 V2") echo "cybertan E122"; return;; "Linksys E2000 V1") echo "cybertan 32XN"; return;; "Linksys E3000 V1") echo "cybertan 61XN"; return;; |