From 573dd4946821c65241fb749dc25fa84bb849b848 Mon Sep 17 00:00:00 2001 From: Kristian Skramstad Date: Fri, 12 Jul 2024 08:47:23 +0200 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/15932 Signed-off-by: Hauke Mehrtens --- 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 -- 2.30.2