diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2018-10-29 00:09:52 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-30 20:58:54 +0100 |
commit | 0d61e067ebd7a0914cddfbcae974bf77bc4c68dc (patch) | |
tree | b507bca853fd29862a3a8f27f3b0d0770dc72935 /support/kconfig/patches/14-support-out-of-tree-config.patch | |
parent | a3366b270562f42723a3b8032f73bb03b541d113 (diff) | |
download | buildroot-0d61e067ebd7a0914cddfbcae974bf77bc4c68dc.tar.gz buildroot-0d61e067ebd7a0914cddfbcae974bf77bc4c68dc.zip |
kconfig: Refresh patches
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/kconfig/patches/14-support-out-of-tree-config.patch')
-rw-r--r-- | support/kconfig/patches/14-support-out-of-tree-config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/patches/14-support-out-of-tree-config.patch b/support/kconfig/patches/14-support-out-of-tree-config.patch index 5c221b7a13..a3b33ba688 100644 --- a/support/kconfig/patches/14-support-out-of-tree-config.patch +++ b/support/kconfig/patches/14-support-out-of-tree-config.patch @@ -59,7 +59,7 @@ Index: kconfig/confdata.c struct stat sb; @@ -851,8 +854,20 @@ static int conf_split_config(void) conf_read_simple(name, S_DEF_AUTO); - sym_calc_value(modules_sym); + sym_calc_value(modules_sym); - if (chdir("include/config")) - return 1; |