aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-03-12 13:52:54 +0000
committerJohn Crispin <blogic@openwrt.org>2013-03-12 13:52:54 +0000
commit0d45d114353dd2bcf497793820593857c7e93d90 (patch)
tree4108329b7afd242e22fade600d07b7c6919fa72c /target/linux/lantiq/xway
parentc1d133c6d770ae0452a5a4055cd71ac653fc9d2b (diff)
downloadmaster-187ad058-0d45d114353dd2bcf497793820593857c7e93d90.tar.gz
master-187ad058-0d45d114353dd2bcf497793820593857c7e93d90.tar.bz2
master-187ad058-0d45d114353dd2bcf497793820593857c7e93d90.zip
[lantiq] add support for AudioCodes AC-252
user-space support for extracting the EEPROM for the RaLink WiFi is still missing. Besides this, it's all working. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35990 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r--target/linux/lantiq/xway/profiles/audiocodes.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/audiocodes.mk b/target/linux/lantiq/xway/profiles/audiocodes.mk
new file mode 100644
index 0000000000..5f24dfc777
--- /dev/null
+++ b/target/linux/lantiq/xway/profiles/audiocodes.mk
@@ -0,0 +1,9 @@
+define Profile/ACMP252
+ NAME:=AudioCodes MediaPack MP-252
+ PACKAGES:=kmod-rt2x00 wpad-mini \
+ kmod-ltq-adsl-danube-mei kmod-ltq-adsl-danube \
+ kmod-ltq-adsl-danube-fw-a kmod-ltq-ptm-danube \
+ ltq-adsl-app
+endef
+
+$(eval $(call Profile,ACMP252))