openwrtv4/target/linux/lantiq/falcon/profiles/000-generic.mk
John Crispin fda4ee22a0 lantiq: improve falcon package selection
SVN-Revision: 28962
2011-11-11 21:59:11 +00:00

12 lines
247 B
Makefile

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))