aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image
diff options
context:
space:
mode:
authorRoman Kuzmitskii <damex.pp@icloud.com>2020-10-06 12:08:28 +0000
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-10-06 15:13:27 +0200
commit582ba9ddc789629a53969e5c66e19dfa183f2696 (patch)
tree5538b807c24bbc870646a66906fa24fbb24b9705 /target/linux/ath79/image
parente5f7a9889cad5df86ff65689b1f0a68637e672bd (diff)
downloadupstream-582ba9ddc789629a53969e5c66e19dfa183f2696.tar.gz
upstream-582ba9ddc789629a53969e5c66e19dfa183f2696.tar.bz2
upstream-582ba9ddc789629a53969e5c66e19dfa183f2696.zip
ath79: rename ubnt,acb-isp to ubnt,aircube-isp
Use the full model name for this device to make it easier to recognize for the users and in order to make it consistent with the other devices. While at it, fix sorting in 03_gpio_switches. Signed-off-by: Roman Kuzmitskii <damex.pp@icloud.com> [commit message facelift] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r--target/linux/ath79/image/generic-ubnt.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk
index 6939edd25d..cd67ea2904 100644
--- a/target/linux/ath79/image/generic-ubnt.mk
+++ b/target/linux/ath79/image/generic-ubnt.mk
@@ -110,7 +110,7 @@ define Device/ubnt-xw
UBNT_VERSION := 6.0.4
endef
-define Device/ubnt_acb-isp
+define Device/ubnt_aircube-isp
$(Device/ubnt)
SOC := qca9533
DEVICE_MODEL := airCube ISP
@@ -119,8 +119,9 @@ define Device/ubnt_acb-isp
UBNT_CHIP := qca9533
UBNT_TYPE := ACB
UBNT_VERSION := 2.5.0
+ SUPPORTED_DEVICES += ubnt,acb-isp
endef
-TARGET_DEVICES += ubnt_acb-isp
+TARGET_DEVICES += ubnt_aircube-isp
define Device/ubnt_airrouter
$(Device/ubnt-xm)