What's new

Which repositories are available for Merin and Entware?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Turgut Kalfaoglu

Regular Contributor
Hi.. I just installed merlin and entware..
Which repositories can I add to /etc/opkg.conf file?
Currently it has:
src/gz entware http://bin.entware.net/armv7sf-k2.6
dest root /
dest ram /opt/tmp
lists_dir ext /opt/var/opkg-lists
option tmp_dir /opt/tmp
arch all 100
arch armv7soft 150
arch armv7-2.6 160​
 
Last edited:
To install Entware packages, the opkg command is used in the SSH terminal.
To save a detailed list of available packages, you could use this command, where <your usb device> is your attached device name.
Code:
opkg list | sort > /tmp/mnt/<your usb device>/opkg-list.txt
For a web overview what's available, look here http://bin.entware.net/armv7sf-k2.6/Packages.html

To install package bc, this would be the command:
Code:
opkg install bc
 
  • Like
Reactions: a5m
Can I add multiple sources to this repository conf file?
Like a custom repository.

What would be the sintax?
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top