diff options
author | John Crispin <john@openwrt.org> | 2013-07-25 20:29:24 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-25 20:29:24 +0000 |
commit | 54b40740744776839c9d065788f8b86d4c15d540 (patch) | |
tree | 12ed4f8b84b74c593f150f08ab9c80521fedd8ed /target | |
parent | a2c5540727a93a219a633e8d1276ee747b9e56d0 (diff) | |
download | upstream-54b40740744776839c9d065788f8b86d4c15d540.tar.gz upstream-54b40740744776839c9d065788f8b86d4c15d540.tar.bz2 upstream-54b40740744776839c9d065788f8b86d4c15d540.zip |
lantiq: add TP-Link TDW8970 image generation
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37543
Diffstat (limited to 'target')
-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 b9b410b38e..724362ec26 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -243,6 +243,9 @@ Image/Build/Profile/FRITZ3370=$(call Image/BuildNANDEVA/$(1),$(1),FRITZ3370) Image/BuildKernel/Profile/VG3503J=$(call Image/BuildKernelLoader/Template,VG3503J) Image/Build/Profile/VG3503J=$(call Image/BuildLoader/$(1),$(1),VG3503J) +Image/BuildKernel/Profile/TDW8970=$(call Image/BuildKernelLoader/Template,TDW8970,$(1)) +Image/Build/Profile/TDW8970=$(call Image/BuildLoader/$(1),$(1),TDW8970) + endif |