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