http://groups.google.com/group/opkg-devel/browse_thread/thread/
20ca40ec1f6cec02
opkg install *.ipk
An error ocurred, return value: -50512.
BTW.
This error message is not very helpful!
git-svn-id: http://opkg.googlecode.com/svn/trunk@198
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
result = (cmd->fun)(conf, argc, argv);
if ( result != 0 && !error_list) {
- opkg_message(conf, OPKG_NOTICE, "An error ocurred, return value: %d.\n", result);
+ opkg_message(conf, OPKG_NOTICE, "An error occurred, return value: %d.\n", result);
}
opkg_print_error_list (conf);