From 9b687332d3c93654aed0a5c51afcf38eda3c30ba Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Wed, 7 Jun 2017 15:22:18 +0200
Subject: [PATCH] ar71xx-generic: remove CPE220/CPE520 1.0 devices

These devices have never actually existed; the corresponding support
strings have been removed from the stock firmwares as well.
---
 targets/ar71xx-generic | 2 --
 1 file changed, 2 deletions(-)

diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic
index 2e877cb12..7ec6c2eac 100644
--- a/targets/ar71xx-generic
+++ b/targets/ar71xx-generic
@@ -144,12 +144,10 @@ fi
 
 device tp-link-cpe210-v1.0 cpe210-220
 alias tp-link-cpe210-v1.1
-alias tp-link-cpe220-v1.0
 alias tp-link-cpe220-v1.1
 
 device tp-link-cpe510-v1.0 cpe510-520
 alias tp-link-cpe510-v1.1
-alias tp-link-cpe520-v1.0
 alias tp-link-cpe520-v1.1
 
 device tp-link-wbs210-v1.20 wbs210
-- 
GitLab