mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-28 07:44:32 +00:00
9e86a96af5
return ubnt_rocket-m and ubnt_powerbridge-m back to ath79-generic They have enough RAM-ressources to not be considered as tiny. This reverts the commit f4415f7635164ec07ddc22f56df93555804b5767 partially Signed-off-by: Felix Baumann <felix.bau@gmx.de>
73 lines
1.6 KiB
Makefile
73 lines
1.6 KiB
Makefile
include ./common-ubnt.mk
|
|
|
|
define Device/ubnt_airrouter
|
|
$(Device/ubnt-xm)
|
|
SOC := ar7241
|
|
DEVICE_MODEL := AirRouter
|
|
SUPPORTED_DEVICES += airrouter
|
|
DEFAULT := n
|
|
endef
|
|
TARGET_DEVICES += ubnt_airrouter
|
|
|
|
define Device/ubnt_nanobridge-m
|
|
$(Device/ubnt-xm)
|
|
SOC := ar7241
|
|
DEVICE_MODEL := NanoBridge M
|
|
DEVICE_PACKAGES += rssileds
|
|
SUPPORTED_DEVICES += bullet-m
|
|
DEFAULT := n
|
|
endef
|
|
TARGET_DEVICES += ubnt_nanobridge-m
|
|
|
|
define Device/ubnt_bullet-m-ar7240
|
|
$(Device/ubnt-xm)
|
|
SOC := ar7240
|
|
DEVICE_MODEL := Bullet M
|
|
DEVICE_VARIANT := XM (AR7240)
|
|
DEVICE_PACKAGES += rssileds
|
|
SUPPORTED_DEVICES += bullet-m
|
|
DEFAULT := n
|
|
endef
|
|
TARGET_DEVICES += ubnt_bullet-m-ar7240
|
|
|
|
define Device/ubnt_bullet-m-ar7241
|
|
$(Device/ubnt-xm)
|
|
SOC := ar7241
|
|
DEVICE_MODEL := Bullet M
|
|
DEVICE_VARIANT := XM (AR7241)
|
|
DEVICE_PACKAGES += rssileds
|
|
SUPPORTED_DEVICES += bullet-m ubnt,bullet-m
|
|
DEFAULT := n
|
|
endef
|
|
TARGET_DEVICES += ubnt_bullet-m-ar7241
|
|
|
|
define Device/ubnt_picostation-m
|
|
$(Device/ubnt-xm)
|
|
SOC := ar7241
|
|
DEVICE_MODEL := Picostation M
|
|
DEVICE_PACKAGES += rssileds
|
|
SUPPORTED_DEVICES += bullet-m
|
|
DEFAULT := n
|
|
endef
|
|
TARGET_DEVICES += ubnt_picostation-m
|
|
|
|
define Device/ubnt_nanostation-m
|
|
$(Device/ubnt-xm)
|
|
SOC := ar7241
|
|
DEVICE_MODEL := Nanostation M
|
|
DEVICE_PACKAGES += rssileds
|
|
SUPPORTED_DEVICES += nanostation-m
|
|
DEFAULT := n
|
|
endef
|
|
TARGET_DEVICES += ubnt_nanostation-m
|
|
|
|
define Device/ubnt_nanostation-loco-m
|
|
$(Device/ubnt-xm)
|
|
SOC := ar7241
|
|
DEVICE_MODEL := Nanostation Loco M
|
|
DEVICE_PACKAGES += rssileds
|
|
SUPPORTED_DEVICES += bullet-m
|
|
DEFAULT := n
|
|
endef
|
|
TARGET_DEVICES += ubnt_nanostation-loco-m
|