forked from Ivasoft/openwrt
ramips: initial board support for Aztech HW550-3G
This patch adds initial support for the Aztech HW550-3G (Ralink RT3052f SoC, 8MB flash, 32MB dram). Ethernet is not working yet. Wireless appears to work fine. USB does not work yet (as with other Ralink boards). Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26123
This commit is contained in:
@@ -22,6 +22,9 @@ ramips_board_name() {
|
||||
*"WHR-G300N")
|
||||
name="whr-g300n"
|
||||
;;
|
||||
*"Aztech HW550-3G")
|
||||
name="hw550-3g"
|
||||
;;
|
||||
*)
|
||||
name="generic"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user