diff options
author | John Crispin <john@openwrt.org> | 2012-12-15 01:59:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-15 01:59:45 +0000 |
commit | 3a948770cf46732ba4e2ebe667efc3be164780e3 (patch) | |
tree | a332a0212fc1d8831ea73fa20841bd252c468916 /target/linux/lantiq/xway/profiles/avm.mk | |
parent | 240a3a38e1711857921d31b73a81a4ef9e8a3117 (diff) | |
download | upstream-3a948770cf46732ba4e2ebe667efc3be164780e3.tar.gz upstream-3a948770cf46732ba4e2ebe667efc3be164780e3.tar.bz2 upstream-3a948770cf46732ba4e2ebe667efc3be164780e3.zip |
add linux-v3.7
SVN-Revision: 34687
Diffstat (limited to 'target/linux/lantiq/xway/profiles/avm.mk')
-rw-r--r-- | target/linux/lantiq/xway/profiles/avm.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/avm.mk b/target/linux/lantiq/xway/profiles/avm.mk new file mode 100644 index 0000000000..75db65e31b --- /dev/null +++ b/target/linux/lantiq/xway/profiles/avm.mk @@ -0,0 +1,10 @@ +define Profile/FRITZ7320 + NAME:=1&1 HomeServer - FRITZ7320 + PACKAGES:=kmod-ath9k wpad-mini \ + 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 +endef + +$(eval $(call Profile,FRITZ7320)) |