diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-05-29 02:02:20 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-27 15:55:13 +0200 |
commit | 824147960569f2c1cd22140c9074c62c3df911a5 (patch) | |
tree | f936cbdf597b280fb170c04a933f1a0738769cf9 /target/linux/ar71xx | |
parent | b7864453f6df9e7f4c927eaea04fdd64fa40abdc (diff) | |
download | upstream-824147960569f2c1cd22140c9074c62c3df911a5.tar.gz upstream-824147960569f2c1cd22140c9074c62c3df911a5.tar.bz2 upstream-824147960569f2c1cd22140c9074c62c3df911a5.zip |
tools/tplink-safeloader: split CPE210 from CPE510 profile
The CPE210 was still described for the OEM upgrade as compatible,
even the wireless configuration isn't compatible anymore between
both series (2ghz and 5ghz).
Update the CPE210 image profile to use the new profile.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/tp-link.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index 140123a4d8..fc38cf1026 100644 --- a/target/linux/ar71xx/image/tp-link.mk +++ b/target/linux/ar71xx/image/tp-link.mk @@ -101,6 +101,7 @@ endef define Device/cpe210-220 $(Device/cpe510-520) BOARDNAME := CPE210 + TPLINK_BOARD_NAME := CPE210 endef TARGET_DEVICES += cpe210-220 cpe510-520 |