[openwrt/openwrt] ath79: qca9563: Amplifi Router HD: add DEVICE_VENDOR Ubiquiti
LEDE Commits
lede-commits at lists.infradead.org
Sun Jul 21 08:45:15 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/573dd4946821c65241fb749dc25fa84bb849b848
commit 573dd4946821c65241fb749dc25fa84bb849b848
Author: Kristian Skramstad <kristian+github at 83.no>
AuthorDate: Fri Jul 12 08:47:23 2024 +0200
ath79: qca9563: Amplifi Router HD: add DEVICE_VENDOR Ubiquiti
In make menuconfig the name is [Amplifi Router HD], and
is missing Ubiquiti. Lets fix that by adding
DEVICE_VENDOR := Ubiquiti to generic-ubnt.mk so the name is:
[Ubiquiti Amplifi Router HD].
Signed-off-by: Kristian Skramstad <kristian+github at 83.no>
Link: https://github.com/openwrt/openwrt/pull/15932
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ath79/image/generic-ubnt.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk
index f7bab4b697..2faf51949a 100644
--- a/target/linux/ath79/image/generic-ubnt.mk
+++ b/target/linux/ath79/image/generic-ubnt.mk
@@ -24,6 +24,7 @@ define Device/ubnt_amplifi-router-hd
UBNT_TYPE := AFi-R
UBNT_VERSION := 3.6.3
SOC := qca9563
+ DEVICE_VENDOR := Ubiquiti
DEVICE_MODEL := AmpliFi Router HD
UBNT_CHIP := qca956x
DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct kmod-usb2
More information about the lede-commits
mailing list