diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-01-18 20:40:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-01-18 20:40:03 +0000 |
commit | 13b8b8c2e7f3f0acf8d23a28a011a3ea261757f5 (patch) | |
tree | 302eb59d6de4b18f7843c1d79a753d38b9df1990 /target/linux/lantiq/image/Makefile | |
parent | fcfc7eb2aedbb7467d0290433ad7554c65730b51 (diff) | |
download | upstream-13b8b8c2e7f3f0acf8d23a28a011a3ea261757f5.tar.gz upstream-13b8b8c2e7f3f0acf8d23a28a011a3ea261757f5.tar.bz2 upstream-13b8b8c2e7f3f0acf8d23a28a011a3ea261757f5.zip |
lantiq: add support for TP-Link VR200v
This adds basic support for TP-Link VR200v.
Currently the following parts are not working: FXO, Voice, DECT, WIFI (both)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48328
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index f986d38642..882fba80f8 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -413,6 +413,9 @@ Image/Build/Profile/TDW8970=$(call Image/BuildTPLink/$(1),$(1),TDW8970,TD-W8970v Image/BuildKernel/Profile/TDW8980=$(call Image/BuildKernelTPLink/Template,TDW8980,TD-W8980v1,$(1)) Image/Build/Profile/TDW8980=$(call Image/BuildTPLink/$(1),$(1),TDW8980,TD-W8980v1) +Image/BuildKernel/Profile/VR200v=$(call Image/BuildKernelTPLink/Template,VR200v,ArcherVR200V,$(1)) +Image/Build/Profile/VR200v=$(call Image/BuildTPLink/$(1),$(1),VR200v,ArcherVR200V) + Image/BuildKernel/Profile/VGV7510KW22NOR=$(call Image/BuildKernel/Template,VGV7510KW22NOR,$(1)) Image/Build/Profile/VGV7510KW22NOR=$(call Image/Build/$(1),$(1),VGV7510KW22NOR) |