[lantiq]
[openwrt.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         uboot-easy980x0_norflash uboot-easy980x0_serialflash uboot-easy98020
10 endef
11
12 $(eval $(call Profile,Generic))
13
14