The only difference between the VG3503J profiles is the version of the gphy firmware that gets loaded. This can be handled perfect fine in one device tree source file. Signed-off-by: Mathias Kresin <dev@kresin.me>
40 lines
895 B
Makefile
40 lines
895 B
Makefile
define Profile/VG3503J
|
|
NAME:=BT Openreach - ECI VDSL Modem
|
|
endef
|
|
|
|
$(eval $(call Profile,VG3503J))
|
|
|
|
define Profile/VGV7510KW22NOR
|
|
NAME:=o2 Box 6431 / Arcadyan VGV7510KW22 (NOR)
|
|
PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
|
|
endef
|
|
|
|
$(eval $(call Profile,VGV7510KW22NOR))
|
|
|
|
define Profile/VGV7510KW22BRN
|
|
NAME:=o2 Box 6431 / Arcadyan VGV7510KW22 (BRN)
|
|
PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
|
|
endef
|
|
|
|
$(eval $(call Profile,VGV7510KW22BRN))
|
|
|
|
define Profile/VGV7519NOR
|
|
NAME:=Experiabox 8 VGV7519
|
|
PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
|
|
endef
|
|
|
|
$(eval $(call Profile,VGV7519NOR))
|
|
|
|
define Profile/VGV7519BRN
|
|
NAME:=Experiabox 8 VGV7519 (BRN)
|
|
PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
|
|
endef
|
|
|
|
$(eval $(call Profile,VGV7519BRN))
|
|
|
|
define Profile/ARV7519RW22
|
|
NAME:=Livebox Astoria ARV7519RW22
|
|
PACKAGES:=kmod-usb-dwc2
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV7519RW22))
|