aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-19 00:50:46 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-19 00:50:46 +0000
commit5e8d7e53821af0eb4d8e4a65a4272d43887f5936 (patch)
treec185e70eb7abcb5120d8b0f6059a0f9ac69d1c9c /target/linux/lantiq/xway/profiles
parent73a4aa94e78df9a16a34e6f0f255e8a51f3bb44e (diff)
downloadmaster-187ad058-5e8d7e53821af0eb4d8e4a65a4272d43887f5936.tar.gz
master-187ad058-5e8d7e53821af0eb4d8e4a65a4272d43887f5936.tar.bz2
master-187ad058-5e8d7e53821af0eb4d8e4a65a4272d43887f5936.zip
lantiq: add support for ZyXEL P2601HNFX
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38049 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r--target/linux/lantiq/xway/profiles/zyxel.mk10
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))