ath79: add support for TP-Link Archer c7 v2

Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
This commit is contained in:
Sibren Vasse
2018-06-26 07:25:33 +02:00
committed by John Crispin
parent 2a7e03af37
commit ba74b45476
6 changed files with 278 additions and 1 deletions

View File

@@ -82,3 +82,9 @@ $(Device/tplink)
TPLINK_FLASHLAYOUT := 8Mlzma
IMAGE_SIZE := 7936k
endef
define Device/tplink-16mlzma
$(Device/tplink)
TPLINK_FLASHLAYOUT := 16Mlzma
IMAGE_SIZE := 15872k
endef