openwrt_archive/target/linux/lantiq/falcon/profiles/000-generic.mk
John Crispin ec08cc4c05 add new lantiq target
SVN-Revision: 27546
2011-07-07 19:56:18 +00:00

14 lines
274 B
Makefile

define Profile/Generic
NAME:=Generic - all boards
PACKAGES:= \
kmod-leds-gpio \
kmod-dm9000 \
kmod-i2c-core kmod-i2c-algo-bit kmod-i2c-gpio kmod-eeprom-at24 \
kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 \
gpon-dti-agent
endef
$(eval $(call Profile,Generic))