diff options
author | John Crispin <john@openwrt.org> | 2012-12-21 13:47:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-21 13:47:55 +0000 |
commit | 54c096527a43bf70a8cf158e081274158534e829 (patch) | |
tree | 6eddad07b41010d60196a5ef0407da5ab22342ea /target/linux/lantiq/xway | |
parent | 59cc6d9dddcead0f72277d0d13eb0dd773741349 (diff) | |
download | upstream-54c096527a43bf70a8cf158e081274158534e829.tar.gz upstream-54c096527a43bf70a8cf158e081274158534e829.tar.bz2 upstream-54c096527a43bf70a8cf158e081274158534e829.zip |
more devicetree fixes
SVN-Revision: 34824
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/profiles/avm.mk | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway/profiles/avm.mk b/target/linux/lantiq/xway/profiles/avm.mk index 75db65e31b..f0a93d8f7d 100644 --- a/target/linux/lantiq/xway/profiles/avm.mk +++ b/target/linux/lantiq/xway/profiles/avm.mk @@ -4,7 +4,16 @@ define Profile/FRITZ7320 kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \ kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \ ltq-adsl-app ppp-mod-pppoa \ - kmod-ltq-deu-ar9 + kmod-ltq-deu-ar9 kmod-ltq-hcd-ar9 endef $(eval $(call Profile,FRITZ7320)) + +define Profile/FRITZ3370 + NAME:=Fritz!Box WLan - FRITZ3370 + PACKAGES:=kmod-ath9k wpad-mini \ + kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \ + ppp-mod-pppoa +endef + +$(eval $(call Profile,FRITZ3370)) |