941aa3752e3594139e2aa7d6f9d2359fbb435ae0
[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         uboot-easy980x0_norflash uboot-easy980x0_serialflash
8 endef
9
10 define Profile/EASY98000/Description
11         Lantiq EASY98000 evalkit
12 endef
13
14 $(eval $(call Profile,EASY98000))
15
16 define Profile/EASY98020
17   NAME:=EASY98020
18   PACKAGES:= \
19         kmod-leds-gpio uboot-easy98020
20 endef
21
22 define Profile/EASY98020/Description
23         Lantiq EASY98020 evalkit
24 endef
25
26 $(eval $(call Profile,EASY98020))
27