diff options
author | John Crispin <john@openwrt.org> | 2013-03-12 13:52:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-03-12 13:52:54 +0000 |
commit | e3a6ea65e1a80bcfa3f05ea38a22853dd464944d (patch) | |
tree | 0a9d8d038ed98739586e8508ac17554bbddf8710 /target/linux/lantiq/image/Makefile | |
parent | 0b881eea72fedfa88e70ad2cfce3eda6844e1c18 (diff) | |
download | upstream-e3a6ea65e1a80bcfa3f05ea38a22853dd464944d.tar.gz upstream-e3a6ea65e1a80bcfa3f05ea38a22853dd464944d.tar.bz2 upstream-e3a6ea65e1a80bcfa3f05ea38a22853dd464944d.zip |
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/image/Makefile')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index a68d65b2df..067767fb36 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -131,6 +131,9 @@ ifeq ($(CONFIG_TARGET_lantiq_xway),y) Image/BuildKernel/Profile/EASY50712=$(call Image/BuildKernel/Template,EASY50712) Image/Build/Profile/EASY50712=$(call Image/Build/$(1),$(1),EASY50712) +Image/BuildKernel/Profile/ACMP252=$(call Image/BuildKernel/Template,ACMP252) +Image/Build/Profile/ACMP252=$(call Image/Build/$(1),$(1),ACMP252) + Image/BuildKernel/Profile/ARV4510PW=$(call Image/BuildKernel/Template,ARV4510PW) Image/Build/Profile/ARV4510PW=$(call Image/Build/$(1),$(1),ARV4510PW) |