|
|
Looking for a specific program or package for OpenWRT?
You can search for packages that are not within the default repositories by using
http://www.ipkg.be/.
Just enter the name of the application you are looking for and press search.
A list with the package name, the version and the necessary repository will appear.
There are 2 ways to get the package:
wget URLofPackage
ipkg install PackageName
or
copy the shown repository to
/etc/ipkg.conf,
and use the following commands
ipkg update
install PacketName
|