[source] uboot-mvebu: fix SETEXPR redefinition warning

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 25 14:22:31 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/49e6e9ca399e2bcbc5e3daf02319d2c846842fa1

commit 49e6e9ca399e2bcbc5e3daf02319d2c846842fa1
Author: Marko Ratkaj <marko.ratkaj at sartura.hr>
AuthorDate: Mon Sep 25 12:32:22 2017 +0200

    uboot-mvebu: fix SETEXPR redefinition warning
    
    Signed-off-by: Marko Ratkaj <marko.ratkaj at sartura.hr>
---
 ...-clearfog-enable-setexpr-command-by-default.patch | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

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 9a74c52..ca73466 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 <josua.mayer97 at gmail.com>
  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



More information about the lede-commits mailing list