diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-19 00:50:44 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-19 00:50:44 +0000 |
commit | 0f474b45a7bf065534a4ee4081a26525dd1173a7 (patch) | |
tree | 1f0981e074d0f16e8cb4b3d6baeb0ecd45d3316b /target/linux/lantiq/xway/profiles/zte.mk | |
parent | a53770c6e5cd4e9c180346f9dd3dfcb00f5c86a6 (diff) |
lantiq: add support for ZTE H201L
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38048 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |