[package] libpcap: explicitely disable libnl support to prevent different build resul...
[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
This page took 0.043573 seconds and 5 git commands to generate.