X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a4ba8220f531577a0bdc6d9466a16af74f8b98af..79bc01d085050cf626d919974c66cec162012f6e:/target/linux/lantiq/falcon/profiles/000-generic.mk diff --git a/target/linux/lantiq/falcon/profiles/000-generic.mk b/target/linux/lantiq/falcon/profiles/000-generic.mk index 166c52bb8..480e58eef 100644 --- a/target/linux/lantiq/falcon/profiles/000-generic.mk +++ b/target/linux/lantiq/falcon/profiles/000-generic.mk @@ -1,12 +1,10 @@ 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-i2c-core kmod-i2c-falcon-lantiq kmod-eeprom-at24 \ kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 \ - gpon-dti-agent \ - uboot-easy980x0_norflash uboot-easy980x0_serialflash uboot-easy98020 + gpon-dti-agent endef $(eval $(call Profile,Generic))