mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
10 lines
246 B
Makefile
10 lines
246 B
Makefile
|
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))
|