summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/xway/profiles/audiocodes.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-03-12 13:52:54 +0000
committerJohn Crispin <john@openwrt.org>2013-03-12 13:52:54 +0000
commite3a6ea65e1a80bcfa3f05ea38a22853dd464944d (patch)
tree0a9d8d038ed98739586e8508ac17554bbddf8710 /target/linux/lantiq/xway/profiles/audiocodes.mk
parent0b881eea72fedfa88e70ad2cfce3eda6844e1c18 (diff)
downloadmtk-20170518-e3a6ea65e1a80bcfa3f05ea38a22853dd464944d.zip
mtk-20170518-e3a6ea65e1a80bcfa3f05ea38a22853dd464944d.tar.gz
mtk-20170518-e3a6ea65e1a80bcfa3f05ea38a22853dd464944d.tar.bz2
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> SVN-Revision: 35990
Diffstat (limited to 'target/linux/lantiq/xway/profiles/audiocodes.mk')
-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 0000000..5f24dfc
--- /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))