Built the source code: How do I install these packages correctly

NoblePepper & All,

I have rebuilt the source code from clean make

I think make was successful and packages are built in /linino/trunk/bin/ar71xx/packages$

Question is how do I install these *.ipk files and is there a single command I can to install these packages.

Thanking you in Advance. Please throw some light on this

Attached is the screen shot for your reference. Thanks

Regards.

Just picking a package at random for an example, you should be able to do this in a terminal in Ubuntu:

scp ~/linino/trunk/bin/ar71xx/packages/qos-scripts_1.2.1-6_all.ipk root@arduino.local:/tmp/

ssh into the Yun and do this:

opkg install /tmp/qos-scripts_1.2.1-6_all.ipk

if the package you are installing has unsatisfied dependencies you will need to install them first in a similar fashion since opkg isn't using a repository where it can find the needed packages.

Watch the flash usage, if you fill it up the Yun won't be able to boot anymore and you'll need to do a reset-to-factory-anyway from a failsafe prompt which wipes any changes you have made. You fill it up through a repository or Luci System->Software installation too.

Thank you very much NoblePepper.

Much appreciated

Regards,

BRE