diff options
author | John Crispin <john@openwrt.org> | 2015-06-05 14:11:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-06-05 14:11:36 +0000 |
commit | ca1db6b5ce5675d88b45b23f576e8c59f7f4fc48 (patch) | |
tree | b9356026924015d2fd8b29882ad7efd042fa98e5 /target/linux/lantiq/xrx200 | |
parent | 9e233fb241157ca30b1f5d462751490f34f0f435 (diff) | |
download | upstream-ca1db6b5ce5675d88b45b23f576e8c59f7f4fc48.tar.gz upstream-ca1db6b5ce5675d88b45b23f576e8c59f7f4fc48.tar.bz2 upstream-ca1db6b5ce5675d88b45b23f576e8c59f7f4fc48.zip |
lantiq: Add support for Arcadyan VGV7510KW22 (known as o2 Box 6431)
SVN-Revision: 45897
Diffstat (limited to 'target/linux/lantiq/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/arv.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/arv.mk b/target/linux/lantiq/xrx200/profiles/arv.mk index f68862bca4..3dc22c00da 100644 --- a/target/linux/lantiq/xrx200/profiles/arv.mk +++ b/target/linux/lantiq/xrx200/profiles/arv.mk @@ -10,6 +10,20 @@ 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 |