diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2013-12-01 20:31:43 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-01 20:32:00 +0100 |
commit | 50ce7ffb76b989c90636876153e568da7615b8c3 (patch) | |
tree | 1de9424dd5332431d2a30d3aafe332e7c0999476 /support/kconfig/patches/11-use-mktemp-for-lxdialog.patch | |
parent | 9b3904543ca04c5d5fe5f6974539eed376de2290 (diff) | |
parent | cb08d7b05db54eb7b2c52deabbd57c541777a422 (diff) | |
download | buildroot-50ce7ffb76b989c90636876153e568da7615b8c3.tar.gz buildroot-50ce7ffb76b989c90636876153e568da7615b8c3.zip |
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/kconfig/patches/11-use-mktemp-for-lxdialog.patch')
-rw-r--r-- | support/kconfig/patches/11-use-mktemp-for-lxdialog.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch b/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch index 1e0c80396a..b38af26211 100644 --- a/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch +++ b/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch @@ -6,7 +6,7 @@ Index: b/lxdialog/check-lxdialog.sh =================================================================== --- a/lxdialog/check-lxdialog.sh +++ b/lxdialog/check-lxdialog.sh -@@ -34,7 +34,7 @@ +@@ -36,7 +36,7 @@ } # Temp file, try to clean up after us |