projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mac80211: another minor fix to monitor mode queue selection
[openwrt.git]
/
package
/
opkg
/
patches
/
012-cleanup-tmpdir.patch
diff --git
a/package/opkg/patches/012-cleanup-tmpdir.patch
b/package/opkg/patches/012-cleanup-tmpdir.patch
index
f6d5e87
..
e69de29
100644
(file)
--- a/
package/opkg/patches/012-cleanup-tmpdir.patch
+++ b/
package/opkg/patches/012-cleanup-tmpdir.patch
@@
-1,12
+0,0
@@
---- 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:
This page took
0.023127 seconds
and
4
git commands to generate.