소스 검색

base-files: Added the preinit information for reset button and preinit indication led, and preinit interface

SVN-Revision: 24276
Daniel Dickinson 15 년 전
부모
커밋
ad24e14b35
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      target/linux/brcm63xx/base-files/lib/brcm63xx.sh

+ 5 - 0
target/linux/brcm63xx/base-files/lib/brcm63xx.sh

@@ -30,6 +30,11 @@ brcm63xx_detect() {
 		brcm63xx_has_reset_button="true"
 		ifname=eth0
 		;;
+	"bcm63xx/CPVA642 "* )
+		status_led="power:green"
+		brcm63xx_has_reset_button="true"
+		ifname=eth0
+		;;
 	*)
 		;;
 	esac