diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-25 20:29:20 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-25 20:29:20 +0000 |
commit | e0512d958809ce26d76c0c6b499095f2b317a5b1 (patch) | |
tree | ea1358508b3f7cea30b2adaeb1f42c63beac2eb1 /target/linux/lantiq | |
parent | b1d5ed10ec723f4940564a32ee9e97cc54235ff3 (diff) |
lantiq: add profile for TP-Link TDW8970
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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)) |