diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-30 08:08:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-30 08:08:09 +0000 |
commit | 3234f4fe61dadea461041fc4a516d569d9f93610 (patch) | |
tree | 08dd4b5d70c12cd66454a1deba94314d0b58526e /target/linux/lantiq/xrx200 | |
parent | a1a0c5c0c11ad797fea45974dfbbbc46419b25ba (diff) | |
download | upstream-3234f4fe61dadea461041fc4a516d569d9f93610.tar.gz upstream-3234f4fe61dadea461041fc4a516d569d9f93610.tar.bz2 upstream-3234f4fe61dadea461041fc4a516d569d9f93610.zip |
vgv7519: fix profile, this board have a rt2800-pci board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43115 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 \ |