diff options
author | Sebastian Schaper <openwrt@sebastianschaper.net> | 2021-08-23 22:34:43 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-08-28 13:24:23 +0200 |
commit | 1c8214d6f2c70db40dad0d111954802668b174d4 (patch) | |
tree | b4c75b6d52e9c9d28e024e9ace66f72db6387c4a /target | |
parent | 90e167abaae80a59c8780d3305f8e1260d9f1339 (diff) | |
download | upstream-1c8214d6f2c70db40dad0d111954802668b174d4.tar.gz upstream-1c8214d6f2c70db40dad0d111954802668b174d4.tar.bz2 upstream-1c8214d6f2c70db40dad0d111954802668b174d4.zip |
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@sebastianschaper.net>
[add Fixes]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |