lantiq: fix breakage introduced in 3.1 bump
[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 PACKAGES:= \
18 kmod-leds-gpio uboot-easy98020
19 endef
20
21 define Profile/EASY98020/Description
22 Lantiq EASY98020 evalkit
23 endef
24
25 $(eval $(call Profile,EASY98020))
26
This page took 0.043907 seconds and 5 git commands to generate.