|
@@ -19,7 +19,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (opkg_configure_packages(NULL))
|
|
if (opkg_configure_packages(NULL))
|
|
|
-@@ -1182,7 +1170,7 @@ opkg_print_architecture_cmd(int argc, ch
|
|
|
|
|
|
|
+@@ -1215,7 +1203,7 @@ opkg_print_architecture_cmd(int argc, ch
|
|
|
array for easier maintenance */
|
|
array for easier maintenance */
|
|
|
static opkg_cmd_t cmds[] = {
|
|
static opkg_cmd_t cmds[] = {
|
|
|
{"update", 0, (opkg_cmd_fun_t)opkg_update_cmd, PFM_DESCRIPTION|PFM_SOURCE},
|
|
{"update", 0, (opkg_cmd_fun_t)opkg_update_cmd, PFM_DESCRIPTION|PFM_SOURCE},
|
|
@@ -30,7 +30,7 @@
|
|
|
{"list-installed", 0, (opkg_cmd_fun_t)opkg_list_installed_cmd, PFM_SOURCE},
|
|
{"list-installed", 0, (opkg_cmd_fun_t)opkg_list_installed_cmd, PFM_SOURCE},
|
|
|
--- a/src/opkg-cl.c
|
|
--- a/src/opkg-cl.c
|
|
|
+++ b/src/opkg-cl.c
|
|
+++ b/src/opkg-cl.c
|
|
|
-@@ -217,7 +217,7 @@ usage()
|
|
|
|
|
|
|
+@@ -214,7 +214,7 @@ usage()
|
|
|
|
|
|
|
|
printf("\nPackage Manipulation:\n");
|
|
printf("\nPackage Manipulation:\n");
|
|
|
printf("\tupdate Update list of available packages\n");
|
|
printf("\tupdate Update list of available packages\n");
|