1define Profile/EASY98000
2  NAME:=EASY98000
3  PACKAGES:= \
4	kmod-dm9000 \
5	kmod-i2c-core kmod-i2c-algo-bit kmod-i2c-gpio kmod-eeprom-at24 \
6	kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25
7endef
8
9define Profile/EASY98000/Description
10	Lantiq EASY98000 evalkit
11endef
12
13$(eval $(call Profile,EASY98000))
14
15define Profile/EASY98020
16  NAME:=EASY98020
17endef
18
19define Profile/EASY98020/Description
20	Lantiq EASY98020 evalkit
21endef
22
23$(eval $(call Profile,EASY98020))
24
25