--- a/libopkg/opkg_remove.c +++ b/libopkg/opkg_remove.c @@ -138,7 +138,6 @@ opkg_remove_dependent_pkgs(pkg_t *pkg, a for (i = 0; i < dependent_pkgs->len; i++) { err = opkg_remove_pkg(dependent_pkgs->pkgs[i],0); if (err) { - pkg_vec_free(dependent_pkgs); break; } } rcm63xx/patches-3.14/310-cfe_simplify_detection.patch?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.14/310-cfe_simplify_detection.patch
blob: e05c91d93125a2a3b9345ede101b3fd48371532c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20