From: Marko Ratkaj Date: Mon, 25 Sep 2017 10:32:22 +0000 (+0200) Subject: uboot-mvebu: fix SETEXPR redefinition warning X-Git-Tag: v18.06.0-rc1~2176 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=49e6e9ca399e2bcbc5e3daf02319d2c846842fa1;ds=sidebyside uboot-mvebu: fix SETEXPR redefinition warning Signed-off-by: Marko Ratkaj --- diff --git a/package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch b/package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch index 9a74c52c63..ca734660ef 100644 --- a/package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch +++ b/package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch @@ -11,18 +11,14 @@ Signed-off-by: Josua Mayer configs/clearfog_defconfig | 1 + 1 file changed, 1 insertion(+) -diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig -index 41e94e6daf..f3572971be 100644 --- a/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig -@@ -34,6 +34,7 @@ CONFIG_CMD_EXT2=y - CONFIG_CMD_EXT4=y - CONFIG_CMD_FAT=y - CONFIG_CMD_FS_GENERIC=y +@@ -23,7 +23,7 @@ CONFIG_CMD_SF=y + CONFIG_CMD_SPI=y + CONFIG_CMD_I2C=y + CONFIG_CMD_USB=y +-# CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_SETEXPR=y - CONFIG_EFI_PARTITION=y - # CONFIG_PARTITION_UUIDS is not set - # CONFIG_SPL_PARTITION_UUIDS is not set --- -2.12.2 - + CONFIG_CMD_TFTPPUT=y + CONFIG_CMD_DHCP=y + CONFIG_CMD_MII=y