aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/falcon/profiles/000-generic.mk
blob: 480e58eefe72232d7d98d9acd14e4ff82eeee135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
define Profile/Generic
  NAME:=Generic - all boards
  PACKAGES:= \
	kmod-dm9000 \
	kmod-i2c-core kmod-i2c-falcon-lantiq kmod-eeprom-at24 \
	kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 \
	gpon-dti-agent
endef

$(eval $(call Profile,Generic))