From: Daniel Dickinson Date: Mon, 6 Dec 2010 06:46:03 +0000 (+0000) Subject: base-files: Added the preinit information for reset button and preinit indication... X-Git-Tag: reboot~18201 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ad24e14b350de521f9158d15266bac77dd43430b;p=openwrt%2Fstaging%2Fxback.git base-files: Added the preinit information for reset button and preinit indication led, and preinit interface SVN-Revision: 24276 --- diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index a9ac79b617..6f0028218f 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/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