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>
(cherry picked from commit 089eb02abc)
This commit is contained in:
parent
01af696014
commit
51b24e9605
@ -433,6 +433,7 @@ endef
|
||||
define Device/ubnt_unifiac-lite
|
||||
$(Device/ubnt_unifiac)
|
||||
DEVICE_MODEL := UniFi AC Lite
|
||||
DEVICE_PACKAGES += -swconfig
|
||||
SUPPORTED_DEVICES += unifiac-lite
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_unifiac-lite
|
||||
@ -440,6 +441,7 @@ TARGET_DEVICES += ubnt_unifiac-lite
|
||||
define Device/ubnt_unifiac-lr
|
||||
$(Device/ubnt_unifiac)
|
||||
DEVICE_MODEL := UniFi AC LR
|
||||
DEVICE_PACKAGES += -swconfig
|
||||
SUPPORTED_DEVICES += unifiac-lite ubnt,unifiac-lite
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_unifiac-lr
|
||||
@ -447,6 +449,7 @@ TARGET_DEVICES += ubnt_unifiac-lr
|
||||
define Device/ubnt_unifiac-mesh
|
||||
$(Device/ubnt_unifiac)
|
||||
DEVICE_MODEL := UniFi AC Mesh
|
||||
DEVICE_PACKAGES += -swconfig
|
||||
SUPPORTED_DEVICES += unifiac-lite
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_unifiac-mesh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user