forked from Ivasoft/openwrt
ar71xx: add support for ubnt rocket-m ti
rocket-m titanium is a device based on ar9344 with 802.11af poe. It doesn't use the SoC wifi, instead it's using an ar9280 connected to the pci bus. The gps version of the rocket-m ti is working, but gps is untested. The gps is connected to the first serial port. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 46234
This commit is contained in:
@@ -640,6 +640,9 @@ ar71xx_board_detect() {
|
||||
*"Rocket M")
|
||||
name="rocket-m"
|
||||
;;
|
||||
*"Rocket M TI")
|
||||
name="rocket-m-ti"
|
||||
;;
|
||||
*"Rocket M XW")
|
||||
name="rocket-m-xw"
|
||||
;;
|
||||
|
||||
@@ -228,6 +228,7 @@ platform_check_image() {
|
||||
nanostation-m | \
|
||||
rocket-m | \
|
||||
rocket-m-xw | \
|
||||
rocket-m-ti | \
|
||||
nanostation-m-xw | \
|
||||
rw2458n | \
|
||||
wpj531 | \
|
||||
|
||||
Reference in New Issue
Block a user