aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch20
1 files 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 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 <josua.mayer97@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