Skip to content

Commit

Permalink
base-files: Added the preinit information for reset button and preini…
Browse files Browse the repository at this point in the history
…t indication led, and preinit interface

SVN-Revision: 24276
  • Loading branch information
Daniel Dickinson committed Dec 6, 2010
1 parent 244db5a commit ad24e14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions target/linux/brcm63xx/base-files/lib/brcm63xx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad24e14

Please sign in to comment.