480e58eefe72232d7d98d9acd14e4ff82eeee135
[openwrt.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