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/xrx200 | |
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/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/arv.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/arv.mk b/target/linux/lantiq/xrx200/profiles/arv.mk index ce6f761001..a32ec64ac0 100644 --- a/target/linux/lantiq/xrx200/profiles/arv.mk +++ b/target/linux/lantiq/xrx200/profiles/arv.mk @@ -6,6 +6,14 @@ endef $(eval $(call Profile,VG3503J)) +define Profile/VG3503J_V2 + NAME:=BT Openreach - ECI VDSL Modem v2 + PACKAGES:=kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \ + kmod-ltq-ptm-vr9 ltq-vdsl-app +endef + +$(eval $(call Profile,VG3503J_V2)) + define Profile/VGV7519NOR NAME:=Experiabox 8 VGV7519 PACKAGES:=kmod-ath9k wpad-mini \ |