Ipkg: Difference between revisions

From miki
Jump to navigation Jump to search
 
Line 11: Line 11:
* [https://github.com/Entware-ng/Entware-ng Entware-ng on GitHub].
* [https://github.com/Entware-ng/Entware-ng Entware-ng on GitHub].
* [https://wiki.openwrt.org/doc/techref/opkg opkg reference on openwrt.org]
* [https://wiki.openwrt.org/doc/techref/opkg opkg reference on openwrt.org]

== Install ==
Get processor info:
<source lang="bash">
cat /proc/cpuinfo
# Processor : Feroceon 88FR131 rev 1 (v5l)
# BogoMIPS : 999.42
# Features : swp half thumb fastmult edsp
# CPU implementer : 0x56
# CPU architecture: 5TE
# CPU variant : 0x2
# CPU part : 0x131
# CPU revision : 1
#
# Hardware : familybox
# Revision : 0000
# Serial : 0000000000000000
</source>

Get list of feed:
<source lang="bash">
cat /opt/etc/ipkg/feeds.conf
# src cross http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/
# src native http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/unstable
</source>

Latest revision as of 17:56, 23 April 2017

References

Optware / Ipkg
Optware-ng
  • Optware-ng is a fork of Optware, with more up-to-date packages.
Entware-ng / Opkg

Install

Get processor info:

cat /proc/cpuinfo 
# Processor       : Feroceon 88FR131 rev 1 (v5l)
# BogoMIPS        : 999.42
# Features        : swp half thumb fastmult edsp 
# CPU implementer : 0x56
# CPU architecture: 5TE
# CPU variant     : 0x2
# CPU part        : 0x131
# CPU revision    : 1
# 
# Hardware        : familybox
# Revision        : 0000
# Serial          : 0000000000000000

Get list of feed:

cat /opt/etc/ipkg/feeds.conf
# src cross http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/
# src native http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/unstable