Page 1 of 1

Solved: opkg Updating Incorrectly

Posted: Thu Jul 04, 2013 9:35 am
by alienheartbeat
running Gargoyle 1.5.10 in a wndr-3800,
clean install from new factory firmware.

I am trying to install my first package.
Have used apt-get for years so am ok with the basics.

But when I check my package list -opkg list- after running -opkg update-, the only difference is that the packages now all have detailed descriptions, but the packages that were not there before running -opkg update- are still not there. eg nano.

A bug?

My opkg.conf is the standard one and looks ok:

Code: Select all

src/gz attitude_adjustment http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages
src/gz gargoyle http://www.gargoyle-router.com/packages/gargoyle-1.5.10/ar71xx
dest root /
dest ram /tmp
dest plugin_root /plugin_root
lists_dir ext /var/opkg-lists
option overlay_root /overlay

As a result of this mis-updating when I try:

Code: Select all

	opkg update
	opkg install nano
the result is
ERROR: No package named nano found, try updating your package lists
which of course I just did.

any solutions?

Solved: opkg Updating Incorrectly

Posted: Fri Jul 05, 2013 2:08 am
by alienheartbeat
Today I tried:

Code: Select all

   gpkg update
and it worked properly.
opkg update should have worked as it appears to be just a symlink to gpkg.

So either:
a. a script somewhere knows if it is being called by opkg instead of gpkg, and downs tools.
b. Someone else noticed this problem and it has been fixed.
c. the electrons in my router have more positive kharma than yesterday.

Marking solved.