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