fa42b62d1f72382945bd1fbe74b2b7ffba36db3d
[openwrt.git] / target / linux / lantiq / falcon / profiles / 001-lantiq.mk
1 define 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
7 endef
8
9 define Profile/EASY98000/Description
10         Lantiq EASY98000 evalkit
11 endef
12
13 $(eval $(call Profile,EASY98000))
14
15 define Profile/EASY98020
16   NAME:=EASY98020
17 endef
18
19 define Profile/EASY98020/Description
20         Lantiq EASY98020 evalkit
21 endef
22
23 $(eval $(call Profile,EASY98020))
24