index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package')
-rw-r--r--
package/opkg/patches/012-cleanup-tmpdir.patch
12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/opkg/patches/012-cleanup-tmpdir.patch b/package/opkg/patches/012-cleanup-tmpdir.patch
new file mode 100644
index 0000000000..f6d5e8732d
--- /dev/null
+++ b/
package/opkg/patches/012-cleanup-tmpdir.patch
@@ -0,0 +1,12 @@
+--- a/src/opkg-cl.c
++++ b/src/opkg-cl.c
+@@ -333,6 +333,9 @@
+ print_error_list();
+ free_error_list();
+
++ if( conf->tmp_dir )
++ rm_r(conf->tmp_dir);
++
+ return 0;
+
+ err2: