diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:44 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:44 +0000 |
commit | 7d2c5682b9bd626759daba4f39b1f7e21c06421b (patch) | |
tree | af136a911bc6268595ee94325e8a5d40211f861e /target/linux/lantiq/xway/profiles/zte.mk | |
parent | da01479d733cf42a0ba1c4c8c00165f41e1e2217 (diff) | |
download | upstream-7d2c5682b9bd626759daba4f39b1f7e21c06421b.tar.gz upstream-7d2c5682b9bd626759daba4f39b1f7e21c06421b.tar.bz2 upstream-7d2c5682b9bd626759daba4f39b1f7e21c06421b.zip |
lantiq: add support for ZTE H201L
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38048
Diffstat (limited to 'target/linux/lantiq/xway/profiles/zte.mk')
-rw-r--r-- | target/linux/lantiq/xway/profiles/zte.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/zte.mk b/target/linux/lantiq/xway/profiles/zte.mk new file mode 100644 index 0000000000..d6e70f2329 --- /dev/null +++ b/target/linux/lantiq/xway/profiles/zte.mk @@ -0,0 +1,12 @@ +define Profile/H201L + NAME:=ZTE H201L - H201L + PACKAGES:=kmod-ath9k-htc 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-pppoe \ + kmod-ltq-deu-ar9 kmod-ltq-hcd-ar9 \ + kmod-ltq-tapi kmod-ltq-vmmc \ + swconfig +endef + +$(eval $(call Profile,H201L)) |