summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles/001-lantiq.mk
blob: cf1c559b6b806391ff9b1a33288c39e405b80343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
define Profile/EASY50712
  NAME:=EASY50712
  PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
endef

define Profile/EASY50712/Description
	Lantiq EASY50712 evalkit
endef

$(eval $(call Profile,EASY50712))

define Profile/EASY50812
  NAME:=EASY50812
  PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
endef

define Profile/EASY50812/Description
	Lantiq EASY50812 evalkit
endef

$(eval $(call Profile,EASY50812))