0004-clearfog-enable-setexpr-command-by-default.patch 825 B

12345678910111213141516171819202122232425262728
  1. From 7b53a0f5ddf0b1201a09c368b06cd5750d5fbe3a Mon Sep 17 00:00:00 2001
  2. From: Josua Mayer <[email protected]>
  3. Date: Sun, 23 Apr 2017 17:45:11 +0200
  4. Subject: [PATCH 4/4] clearfog: enable setexpr command by default
  5. Turns out this command is pretty useful in advanced boot-scripts.
  6. -> enable
  7. Signed-off-by: Josua Mayer <[email protected]>
  8. ---
  9. configs/clearfog_defconfig | 1 +
  10. 1 file changed, 1 insertion(+)
  11. diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
  12. index 41e94e6daf..f3572971be 100644
  13. --- a/configs/clearfog_defconfig
  14. +++ b/configs/clearfog_defconfig
  15. @@ -34,6 +34,7 @@ CONFIG_CMD_EXT2=y
  16. CONFIG_CMD_EXT4=y
  17. CONFIG_CMD_FAT=y
  18. CONFIG_CMD_FS_GENERIC=y
  19. +CONFIG_CMD_SETEXPR=y
  20. CONFIG_EFI_PARTITION=y
  21. # CONFIG_PARTITION_UUIDS is not set
  22. # CONFIG_SPL_PARTITION_UUIDS is not set
  23. --
  24. 2.12.2