소스 검색

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 <[email protected]>
Hauke Mehrtens 8 년 전
부모
커밋
253a299604
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      target/linux/brcm47xx/base-files/lib/upgrade/platform.sh

+ 0 - 1
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;;