aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/svip_be/profiles/001-lantiq.mk
blob: 5503790aff06d37db85a3b29757e7745a30e52e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
define Profile/EASY336
  NAME:=EASY336
  PACKAGES:=
endef

define Profile/EASY336/Description
	Lantiq EASY336 evalkit
endef

$(eval $(call Profile,EASY336))

define Profile/EASY33016
  NAME:=EASY33016
  PACKAGES:= \
	kmod-ifxos ifx-vos ifx-evtlog svip-switch \
	voice-lib-tapi voice-lib-cli voice-tapi-cli \
	voice-tapi voice-tapidemo-xt voice-vatests voice-vxt voice-xtbox
endef

define Profile/EASY33016/Description
	Lantiq EASY33016 evalkit
endef

$(eval $(call Profile,EASY33016))