[brcm63xx] base-files: Added the preinit information for reset button and preinit...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Dec 2010 06:46:03 +0000 (06:46 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Dec 2010 06:46:03 +0000 (06:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24276 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/base-files/lib/brcm63xx.sh

index a9ac79b..6f00282 100755 (executable)
@@ -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