fix i2c-lantiq module
[openwrt/staging/lynxis/omap.git] / target / linux / lantiq / falcon / profiles / 000-generic.mk
1 define Profile/Generic
2 NAME:=Generic - all boards
3 PACKAGES:= \
4 kmod-dm9000 \
5 kmod-i2c-core kmod-i2c-falcon-lantiq kmod-eeprom-at24 \
6 kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 \
7 gpon-dti-agent
8 endef
9
10 $(eval $(call Profile,Generic))
11
12