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
which of course I just did.ERROR: No package named nano found, try updating your package lists
any solutions?