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@83.no> Link: https://github.com/openwrt/openwrt/pull/15932 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
0037100e12
commit
573dd49468
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ define Device/ubnt_amplifi-router-hd
|
||||||
UBNT_TYPE := AFi-R
|
UBNT_TYPE := AFi-R
|
||||||
UBNT_VERSION := 3.6.3
|
UBNT_VERSION := 3.6.3
|
||||||
SOC := qca9563
|
SOC := qca9563
|
||||||
|
DEVICE_VENDOR := Ubiquiti
|
||||||
DEVICE_MODEL := AmpliFi Router HD
|
DEVICE_MODEL := AmpliFi Router HD
|
||||||
UBNT_CHIP := qca956x
|
UBNT_CHIP := qca956x
|
||||||
DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct kmod-usb2
|
DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct kmod-usb2
|
||||||
|
|
Loading…
Reference in a new issue