diff options
| author | Simon Wood | 2023-06-20 00:15:23 +0000 |
|---|---|---|
| committer | Alexander Couzens | 2023-09-02 00:52:39 +0000 |
| commit | 89875fc18b57e72ffcfbe716a6a3e2ae6c9ead5e (patch) | |
| tree | 215f0ed891ea880d0e939d2ef03433ca2bf900c2 | |
| parent | a170683c0e11ecc92b4ff74f34f77e180e15071a (diff) | |
| download | firmware-utils-89875fc18b57e72ffcfbe716a6a3e2ae6c9ead5e.tar.gz | |
tplink-safeloader: CPE510: add Canadian support
Thanks to @mungewell.
Fixes: https://github.com/openwrt/openwrt/issues/12939
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| -rw-r--r-- | src/tplink-safeloader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c index 53a42f7..6046cc9 100644 --- a/src/tplink-safeloader.c +++ b/src/tplink-safeloader.c @@ -407,6 +407,7 @@ static struct device_info boards[] = { "CPE510(TP-LINK|UN|N300-5):1.1\r\n" "CPE510(TP-LINK|UN|N300-5):1.1\r\n" "CPE510(TP-LINK|US|N300-5):1.1\r\n" + "CPE510(TP-LINK|CA|N300-5):1.1\r\n" "CPE510(TP-LINK|EU|N300-5):1.1\r\n" "CPE520(TP-LINK|UN|N300-5):1.1\r\n" "CPE520(TP-LINK|US|N300-5):1.1\r\n" |