forked from Ivasoft/openwrt
Add support for Ubiquiti Rocket M XW devices
This patch adds support for the XW version of the Rocket M series devices manufactured by Ubiquiti, based on the Atheros AR9342 SoC. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net> SVN-Revision: 45553
This commit is contained in:
@@ -621,6 +621,9 @@ ar71xx_board_detect() {
|
||||
*"Rocket M")
|
||||
name="rocket-m"
|
||||
;;
|
||||
*"Rocket M XW")
|
||||
name="rocket-m-xw"
|
||||
;;
|
||||
*RouterStation)
|
||||
name="routerstation"
|
||||
;;
|
||||
|
||||
@@ -225,6 +225,7 @@ platform_check_image() {
|
||||
loco-m-xw | \
|
||||
nanostation-m | \
|
||||
rocket-m | \
|
||||
rocket-m-xw | \
|
||||
nanostation-m-xw | \
|
||||
rw2458n | \
|
||||
wndap360 | \
|
||||
|
||||
Reference in New Issue
Block a user