[lantiq] add lantiq svip support
[openwrt/svn-archive/archive.git] / target / linux / lantiq / svip_be / profiles / 001-lantiq.mk
1 define Profile/EASY336
2 NAME:=EASY336
3 PACKAGES:=
4 endef
5
6 define Profile/EASY336/Description
7 Lantiq EASY336 evalkit
8 endef
9
10 $(eval $(call Profile,EASY336))
11
12 define Profile/EASY33016
13 NAME:=EASY33016
14 PACKAGES:= \
15 kmod-ifxos ifx-vos ifx-evtlog svip-switch \
16 voice-lib-tapi voice-lib-cli voice-tapi-cli \
17 voice-tapi voice-tapidemo-xt voice-vatests voice-vxt voice-xtbox
18 endef
19
20 define Profile/EASY33016/Description
21 Lantiq EASY33016 evalkit
22 endef
23
24 $(eval $(call Profile,EASY33016))
25