summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-25 20:29:20 +0000
committerJohn Crispin <john@openwrt.org>2013-07-25 20:29:20 +0000
commita2c5540727a93a219a633e8d1276ee747b9e56d0 (patch)
treea6e17331ae77ddceeac9019842d0317d2662891c /target/linux/lantiq/xway
parenta99042c6a454d1167241ed35068f33ab97612e80 (diff)
downloadmaster-31e0f0ae-a2c5540727a93a219a633e8d1276ee747b9e56d0.tar.gz
master-31e0f0ae-a2c5540727a93a219a633e8d1276ee747b9e56d0.tar.bz2
master-31e0f0ae-a2c5540727a93a219a633e8d1276ee747b9e56d0.zip
lantiq: add profile for TP-Link TDW8970
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37542
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r--target/linux/lantiq/xway/profiles/tplink.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/tplink.mk b/target/linux/lantiq/xway/profiles/tplink.mk
new file mode 100644
index 0000000000..fd4d76061f
--- /dev/null
+++ b/target/linux/lantiq/xway/profiles/tplink.mk
@@ -0,0 +1,11 @@
+define Profile/TDW8970
+ NAME:=TP-LINK TD-W8970
+ PACKAGES:=kmod-ath9k 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 \
+ ltq-vdsl-app ppp-mod-pppoa \
+ kmod-ledtrig-usbdev
+endef
+
+$(eval $(call Profile,TDW8970))