base-files: Added the preinit information for reset button and preinit indication led, and preinit interface
SVN-Revision: 24276
This commit is contained in:
parent
244db5ac6a
commit
ad24e14b35
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ brcm63xx_detect() {
|
||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth0
|
ifname=eth0
|
||||||
;;
|
;;
|
||||||
|
"bcm63xx/CPVA642 "* )
|
||||||
|
status_led="power:green"
|
||||||
|
brcm63xx_has_reset_button="true"
|
||||||
|
ifname=eth0
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue