diff options
author | John Crispin <john@openwrt.org> | 2014-10-30 08:08:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-30 08:08:09 +0000 |
commit | c466262d53edbf02f6232cf76d3451c77d2c4556 (patch) | |
tree | 025deb9825d6c8de320631acc4f83f8da6068ff4 /target/linux/lantiq/xrx200 | |
parent | 26e308019dd45eac4826db900d6ffd24df4c1e50 (diff) | |
download | upstream-c466262d53edbf02f6232cf76d3451c77d2c4556.tar.gz upstream-c466262d53edbf02f6232cf76d3451c77d2c4556.tar.bz2 upstream-c466262d53edbf02f6232cf76d3451c77d2c4556.zip |
vgv7519: fix profile, this board have a rt2800-pci board
SVN-Revision: 43115
Diffstat (limited to 'target/linux/lantiq/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/arv.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |