diff --git a/target/linux/lantiq/falcon/profiles/000-generic.mk b/target/linux/lantiq/falcon/profiles/000-generic.mk index 166c52bb8..a447bca0b 100644 --- a/target/linux/lantiq/falcon/profiles/000-generic.mk +++ b/target/linux/lantiq/falcon/profiles/000-generic.mk @@ -5,8 +5,7 @@ define Profile/Generic 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 \ - uboot-easy980x0_norflash uboot-easy980x0_serialflash uboot-easy98020 + gpon-dti-agent endef $(eval $(call Profile,Generic)) diff --git a/target/linux/lantiq/falcon/profiles/001-lantiq.mk b/target/linux/lantiq/falcon/profiles/001-lantiq.mk index 941aa3752..7ecc53e05 100644 --- a/target/linux/lantiq/falcon/profiles/001-lantiq.mk +++ b/target/linux/lantiq/falcon/profiles/001-lantiq.mk @@ -3,8 +3,7 @@ define Profile/EASY98000 PACKAGES:= \ kmod-dm9000 \ kmod-i2c-core kmod-i2c-algo-bit kmod-i2c-gpio kmod-eeprom-at24 \ - kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 \ - uboot-easy980x0_norflash uboot-easy980x0_serialflash + kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 endef define Profile/EASY98000/Description