mirror of https://github.com/aredn/aredn.git
aredn: add Rocket XM ar71xx image to support older models with USB port (#83)
This commit is contained in:
parent
c98126f812
commit
fa12ec50e1
|
@ -74,6 +74,7 @@ PowerBeam-M5-300 | ar71xx | loco-m-xw | 64Mb | stable
|
|||
PowerBeam-M5-400/400ISO/620 | ar71xx | rocket-m-xw | 64Mb | stable
|
||||
PowerBridge | ar71xx | nano-m | 64Mb | stable
|
||||
Rocket M9/M2/M3/M5/M5GPS XM | ath79 | rocket-m | 64Mb | stable
|
||||
Rocket M2/M5 XM with USB port | ar71xx | rocket-m | 64Mb | stable
|
||||
Rocket M2 XW | ar71xx | loco-m-xw | 64Mb | stable
|
||||
Rocket M5 XW | ar71xx | rocket-m-xw | 64Mb | stable
|
||||
Rocket M2 Titanium TI | ar71xx | rocket-m-ti | 64Mb | unknown
|
||||
|
|
|
@ -6,6 +6,7 @@ CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-loco-m-xw=y
|
|||
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-nano-m=y
|
||||
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-rocket-m-ti=y
|
||||
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-rocket-m-xw=y
|
||||
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-rocket-m=y
|
||||
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-lbe-m5=y
|
||||
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_gl-ar300m=y
|
||||
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_gl-usb150=y
|
||||
|
|
Loading…
Reference in New Issue