diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-07 15:10:22 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-07 15:10:22 +0000 |
commit | e720d5f69df7f01d8733de91544c8f3af83775cf (patch) | |
tree | 513b71a8b3472e8537981ca6015607d5c47964ee /target/linux/lantiq/xrx200 | |
parent | c3f869a05f27793755b371f6cdad1a2741c76cc7 (diff) | |
download | upstream-e720d5f69df7f01d8733de91544c8f3af83775cf.tar.gz upstream-e720d5f69df7f01d8733de91544c8f3af83775cf.tar.bz2 upstream-e720d5f69df7f01d8733de91544c8f3af83775cf.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40418 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 \ |