ramips: Support for NexAira BC2

The preconfiguration of the USB LED has benn move to the
/etc/uci-defaults/leds script. [juhosg]

Signed-off-by: Adam Porter <porter.adam at gmail.com>

SVN-Revision: 28571
This commit is contained in:
Gabor Juhos
2011-10-24 21:49:36 +00:00
parent 18452a753b
commit ee8077f0fe
12 changed files with 171 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ preinit_set_mac_address() {
. /lib/ramips.sh
case $(ramips_board_name) in
nw718)
bc2 | nw718)
nw718_set_mac
;;
esac

View File

@@ -37,6 +37,9 @@ ramips_board_name() {
*"NBG-419N")
name="nbg-419n"
;;
*"NexAira BC2")
name="bc2"
;;
*"NW718")
name="nw718"
;;

View File

@@ -14,7 +14,7 @@ platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1
case "$board" in
dir-300-b1 | dir-600-b1 | dir-600-b2 | fonera20n | nbg-419n | nw718 | rt-g32-b1 | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn)
bc2 | dir-300-b1 | dir-600-b1 | dir-600-b2 | fonera20n | nbg-419n | nw718 | rt-g32-b1 | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn)
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1