openwrtv4/target/linux/lantiq/falcon/profiles/000-generic.mk
John Crispin ba4dd89063 remove unknown package names from DEFAULT:=
SVN-Revision: 26403
2011-04-02 12:56:11 +00:00

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