[openwrt/openwrt] ath79: fix spelling of DEVICE_MODEL for D-Link DAP-2695

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 28 08:23:58 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1c8214d6f2c70db40dad0d111954802668b174d4

commit 1c8214d6f2c70db40dad0d111954802668b174d4
Author: Sebastian Schaper <openwrt at sebastianschaper.net>
AuthorDate: Mon Aug 23 22:34:43 2021 +0200

    ath79: fix spelling of DEVICE_MODEL for D-Link DAP-2695
    
    Change `DAP-2965` to `DAP-2695` for device selection in menuconfig.
    
    Fixes: cd09f26660b6 ("ath79: add support for D-Link DAP-2695-A1")
    
    Signed-off-by: Sebastian Schaper <openwrt at sebastianschaper.net>
    [add Fixes]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ath79/image/generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index e540806bb7..fc1b8fe0d2 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -856,7 +856,7 @@ define Device/dlink_dap-2695-a1
   SOC := qca9558
   DEVICE_PACKAGES := ath10k-firmware-qca988x-ct kmod-ath10k-ct
   DEVICE_VENDOR := D-Link
-  DEVICE_MODEL := DAP-2965
+  DEVICE_MODEL := DAP-2695
   DEVICE_VARIANT := A1
   IMAGES := factory.img sysupgrade.bin
   IMAGE_SIZE := 15360k



More information about the lede-commits mailing list