mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
[package] opkg: forgot to remove two obsolete patches in last commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18381 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
22d6227505
commit
25941ba23f
@ -1,12 +0,0 @@
|
||||
--- a/libopkg/opkg_conf.c
|
||||
+++ b/libopkg/opkg_conf.c
|
||||
@@ -252,6 +252,9 @@ int opkg_conf_init(opkg_conf_t *conf, co
|
||||
if (args->force_downgrade) {
|
||||
conf->force_downgrade = 1;
|
||||
}
|
||||
+ if (args->force_space) {
|
||||
+ conf->force_space = 1;
|
||||
+ }
|
||||
if (args->force_reinstall) {
|
||||
conf->force_reinstall = 1;
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
--- a/libopkg/opkg_cmd.c
|
||||
+++ b/libopkg/opkg_cmd.c
|
||||
@@ -954,7 +954,7 @@
|
||||
pkg_to_remove = pkg_hash_fetch_installed_by_name(&conf->pkg_hash, pkg->name );
|
||||
}
|
||||
|
||||
- if (pkg == NULL) {
|
||||
+ if (pkg_to_remove == NULL) {
|
||||
opkg_message(conf, OPKG_ERROR, "Package %s is not installed.\n", pkg->name);
|
||||
continue;
|
||||
}
|
Loading…
Reference in New Issue
Block a user