diff options
Diffstat (limited to 'target/linux/ar71xx/image/generic-ubnt.mk')
-rw-r--r-- | target/linux/ar71xx/image/generic-ubnt.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/generic-ubnt.mk b/target/linux/ar71xx/image/generic-ubnt.mk index 84471a5c50..5caad50b0a 100644 --- a/target/linux/ar71xx/image/generic-ubnt.mk +++ b/target/linux/ar71xx/image/generic-ubnt.mk @@ -188,6 +188,13 @@ define Device/ubnt-loco-m-xw endef TARGET_DEVICES += ubnt-loco-m-xw +define Device/ubnt-bullet-m-xw + $(Device/ubnt-xw) + DEVICE_TITLE := Ubiquiti Bullet-M XW + BOARDNAME := UBNT-BM-XW +endef +TARGET_DEVICES += ubnt-bullet-m-xw + define Device/ubnt-rocket-m-xw $(Device/ubnt-xw) DEVICE_TITLE := Ubiquiti Rocket M XW |