diff options
Diffstat (limited to 'target/linux/lantiq/xway/profiles/arv.mk')
-rw-r--r-- | target/linux/lantiq/xway/profiles/arv.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/arv.mk b/target/linux/lantiq/xway/profiles/arv.mk index a4f11ca238..21311882a7 100644 --- a/target/linux/lantiq/xway/profiles/arv.mk +++ b/target/linux/lantiq/xway/profiles/arv.mk @@ -114,3 +114,11 @@ define Profile/ARV752DPW22 endef $(eval $(call Profile,ARV752DPW22)) + +define Profile/VG3503J + NAME:=BT Openreach - ECI VDSL Modem + PACKAGES:=kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \ + kmod-ltq-ptm-vr9 ltq-vdsl-app +endef + +$(eval $(call Profile,VG3503J)) |