diff options
author | John Crispin <john@openwrt.org> | 2014-04-07 15:10:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-07 15:10:22 +0000 |
commit | 858b972e66f4f215fcf9774525a5c71bd80be90f (patch) | |
tree | 894cb9c1f92eded5b231cff66bb8d8d6f8b43647 /target/linux/lantiq/image | |
parent | 1978620045a5b482a5e8ba61e588992b8f57acab (diff) | |
download | upstream-858b972e66f4f215fcf9774525a5c71bd80be90f.tar.gz upstream-858b972e66f4f215fcf9774525a5c71bd80be90f.tar.bz2 upstream-858b972e66f4f215fcf9774525a5c71bd80be90f.zip |
lantiq: there is a V2 of VG3503J that needs a newer fe phy firmware
this should really be auto detected by the kernel, lets used this workaround until the real
solution is ready
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40418
Diffstat (limited to 'target/linux/lantiq/image')
-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 9b3b98fd15..fd93139d10 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -367,6 +367,9 @@ Image/Build/Profile/FRITZ3370=$(call Image/BuildEVA/$(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/VG3503J_V2=$(call Image/BuildKernelLoader/Template,VG3503J_V2) +Image/Build/Profile/VG3503J_V2=$(call Image/BuildLoader/$(1),$(1),VG3503J_V2) + Image/BuildKernel/Profile/TDW8970=$(call Image/BuildKernelTPLink/Template,TDW8970,TD-W8970v1,$(1)) Image/Build/Profile/TDW8970=$(call Image/BuildTPLink/$(1),$(1),TDW8970,TD-W8970v1) |