diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:46 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:46 +0000 |
commit | 3b33adeb9987b52264e56d006784da497eda16f2 (patch) | |
tree | cf4c670b23e7688d18fb98fbb2a66019ecec7ad5 /target/linux/lantiq/xway | |
parent | 7d2c5682b9bd626759daba4f39b1f7e21c06421b (diff) | |
download | upstream-3b33adeb9987b52264e56d006784da497eda16f2.tar.gz upstream-3b33adeb9987b52264e56d006784da497eda16f2.tar.bz2 upstream-3b33adeb9987b52264e56d006784da497eda16f2.zip |
lantiq: add support for ZyXEL P2601HNFX
SVN-Revision: 38049
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/profiles/zyxel.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/zyxel.mk b/target/linux/lantiq/xway/profiles/zyxel.mk new file mode 100644 index 0000000000..b2c6ef5bb1 --- /dev/null +++ b/target/linux/lantiq/xway/profiles/zyxel.mk @@ -0,0 +1,10 @@ +define Profile/P2601HNFX + NAME:=ZyXEL P-2601HN-Fx + PACKAGES:= kmod-rt2800-usb 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 \ + swconfig +endef +$(eval $(call Profile,P2601HNFX)) |