mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: rt305x: add support for the ZyXEL NBG-419N board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28078 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -42,6 +42,9 @@ get_status_led() {
|
||||
mofi3500-3gn)
|
||||
status_led="mofi3500-3gn:green:status"
|
||||
;;
|
||||
nbg-419n)
|
||||
status_led="nbg-419n:green:power"
|
||||
;;
|
||||
nw718)
|
||||
status_led="nw718:amber:cpu"
|
||||
;;
|
||||
|
||||
@@ -50,6 +50,7 @@ case "$FIRMWARE" in
|
||||
hw550-3g | \
|
||||
mofi3500-3gn | \
|
||||
pwh2004 | \
|
||||
nbg-419n | \
|
||||
nw718 | \
|
||||
rt-n15 | \
|
||||
v22rw-2x2 | \
|
||||
|
||||
@@ -34,6 +34,9 @@ ramips_board_name() {
|
||||
*"MoFi Network MOFI3500-3GN")
|
||||
name="mofi3500-3gn"
|
||||
;;
|
||||
*"NBG-419N")
|
||||
name="nbg-419n"
|
||||
;;
|
||||
*"NW718")
|
||||
name="nw718"
|
||||
;;
|
||||
|
||||
@@ -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 | nw718 | rt-g32-b1 | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user