ath79: ubnt: drop swconfig on ac-{lite,lr,mesh}
These don't have switches that could be configured using swconfig. Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
committed by
Hauke Mehrtens
parent
39799974a3
commit
089eb02abc
@@ -434,6 +434,7 @@ endef
|
|||||||
define Device/ubnt_unifiac-lite
|
define Device/ubnt_unifiac-lite
|
||||||
$(Device/ubnt_unifiac)
|
$(Device/ubnt_unifiac)
|
||||||
DEVICE_MODEL := UniFi AC Lite
|
DEVICE_MODEL := UniFi AC Lite
|
||||||
|
DEVICE_PACKAGES += -swconfig
|
||||||
SUPPORTED_DEVICES += unifiac-lite
|
SUPPORTED_DEVICES += unifiac-lite
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_unifiac-lite
|
TARGET_DEVICES += ubnt_unifiac-lite
|
||||||
@@ -441,6 +442,7 @@ TARGET_DEVICES += ubnt_unifiac-lite
|
|||||||
define Device/ubnt_unifiac-lr
|
define Device/ubnt_unifiac-lr
|
||||||
$(Device/ubnt_unifiac)
|
$(Device/ubnt_unifiac)
|
||||||
DEVICE_MODEL := UniFi AC LR
|
DEVICE_MODEL := UniFi AC LR
|
||||||
|
DEVICE_PACKAGES += -swconfig
|
||||||
SUPPORTED_DEVICES += unifiac-lite ubnt,unifiac-lite
|
SUPPORTED_DEVICES += unifiac-lite ubnt,unifiac-lite
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_unifiac-lr
|
TARGET_DEVICES += ubnt_unifiac-lr
|
||||||
@@ -448,6 +450,7 @@ TARGET_DEVICES += ubnt_unifiac-lr
|
|||||||
define Device/ubnt_unifiac-mesh
|
define Device/ubnt_unifiac-mesh
|
||||||
$(Device/ubnt_unifiac)
|
$(Device/ubnt_unifiac)
|
||||||
DEVICE_MODEL := UniFi AC Mesh
|
DEVICE_MODEL := UniFi AC Mesh
|
||||||
|
DEVICE_PACKAGES += -swconfig
|
||||||
SUPPORTED_DEVICES += unifiac-lite
|
SUPPORTED_DEVICES += unifiac-lite
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += ubnt_unifiac-mesh
|
TARGET_DEVICES += ubnt_unifiac-mesh
|
||||||
|
|||||||
Reference in New Issue
Block a user