From: John Crispin <john@openwrt.org>
Date: Thu, 30 Oct 2014 08:08:09 +0000 (+0000)
Subject: vgv7519: fix profile, this board have a rt2800-pci board
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c466262d53edbf02f6232cf76d3451c77d2c4556;p=openwrt%2Fstaging%2Frobimarko.git

vgv7519: fix profile, this board have a rt2800-pci board

SVN-Revision: 43115
---

diff --git a/target/linux/lantiq/xrx200/profiles/arv.mk b/target/linux/lantiq/xrx200/profiles/arv.mk
index 821884cb40..9dd8daa88f 100644
--- a/target/linux/lantiq/xrx200/profiles/arv.mk
+++ b/target/linux/lantiq/xrx200/profiles/arv.mk
@@ -16,7 +16,7 @@ $(eval $(call Profile,VG3503J_V2))
 
 define Profile/VGV7519NOR
   NAME:=Experiabox 8 VGV7519
-  PACKAGES:=kmod-ath9k wpad-mini \
+  PACKAGES:=kmod-rt2800-pci wpad-mini \
 	kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
 	kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
 	kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \
@@ -27,7 +27,7 @@ $(eval $(call Profile,VGV7519NOR))
 
 define Profile/VGV7519BRN
   NAME:=Experiabox 8 VGV7519 (BRN)
-  PACKAGES:=kmod-ath9k wpad-mini \
+  PACKAGES:=kmod-rt2800-pci wpad-mini \
 	kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
 	kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
 	kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \