diff options
author | John Crispin <john@openwrt.org> | 2013-07-25 20:29:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-25 20:29:20 +0000 |
commit | a2c5540727a93a219a633e8d1276ee747b9e56d0 (patch) | |
tree | a6e17331ae77ddceeac9019842d0317d2662891c /target | |
parent | a99042c6a454d1167241ed35068f33ab97612e80 (diff) | |
download | upstream-a2c5540727a93a219a633e8d1276ee747b9e56d0.tar.gz upstream-a2c5540727a93a219a633e8d1276ee747b9e56d0.tar.bz2 upstream-a2c5540727a93a219a633e8d1276ee747b9e56d0.zip |
lantiq: add profile for TP-Link TDW8970
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37542
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/xway/profiles/tplink.mk | 11 |
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)) |