diff options
author | John Crispin <john@openwrt.org> | 2014-04-16 12:01:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-16 12:01:09 +0000 |
commit | c4aae8fbc5b4654e73c5c8a227abe4a06a24958c (patch) | |
tree | dd8ff3d99439dbfda0c7b6d3dc037b4336fd68b6 /target/linux/lantiq/xrx200 | |
parent | ba62f78e2e53f14f5e6eb1f8f85096d65cdac66d (diff) | |
download | upstream-c4aae8fbc5b4654e73c5c8a227abe4a06a24958c.tar.gz upstream-c4aae8fbc5b4654e73c5c8a227abe4a06a24958c.tar.bz2 upstream-c4aae8fbc5b4654e73c5c8a227abe4a06a24958c.zip |
lantiq: ARV7519RW22: several fixes
- Fix ethernet ports.
- Clean DTS files.
- WiFi is lantiq based (not supported yet), remove ath9k.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 40519
Diffstat (limited to 'target/linux/lantiq/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/arv.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/arv.mk b/target/linux/lantiq/xrx200/profiles/arv.mk index a32ec64ac0..776bf49a0a 100644 --- a/target/linux/lantiq/xrx200/profiles/arv.mk +++ b/target/linux/lantiq/xrx200/profiles/arv.mk @@ -37,9 +37,8 @@ endef $(eval $(call Profile,VGV7519BRN)) define Profile/ARV7519RWV11 - NAME:=Livebox Astoria V1 - PACKAGES:=kmod-ath9k wpad-mini \ - kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \ + NAME:=Livebox Astoria ARV7519 v1.1 + PACKAGES:=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 \ ltq-vdsl-app ppp-mod-pppoa @@ -48,9 +47,8 @@ endef $(eval $(call Profile,ARV7519RWV11)) define Profile/ARV7519RWV12 - NAME:=Livebox Astoria V2 - PACKAGES:=kmod-ath9k wpad-mini \ - kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \ + NAME:=Livebox Astoria ARV7519 v1.2 + PACKAGES:=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 \ ltq-vdsl-app ppp-mod-pppoa |