ca1db6b5ce
SVN-Revision: 45897
47 lines
1005 B
Makefile
47 lines
1005 B
Makefile
define Profile/VG3503J
|
|
NAME:=BT Openreach - ECI VDSL Modem
|
|
endef
|
|
|
|
$(eval $(call Profile,VG3503J))
|
|
|
|
define Profile/VG3503J_V2
|
|
NAME:=BT Openreach - ECI VDSL Modem v2
|
|
endef
|
|
|
|
$(eval $(call Profile,VG3503J_V2))
|
|
|
|
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))
|