Ipkg: Difference between revisions

From miki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
* [https://github.com/Optware/Optware-ng Optware-ng] is a fork of Optware, with more up-to-date packages.
* [https://github.com/Optware/Optware-ng Optware-ng] is a fork of Optware, with more up-to-date packages.
;Entware-ng / Opkg
;Entware-ng / Opkg
* ''Entware-ng'' (also known as ''opkg'') is a new package manager, forked from ipkg.
* [https://www.skyminds.net/nas-synology-installer-entware-ipkg-applications/ Guide on skyminds.net]
* [https://www.skyminds.net/nas-synology-installer-entware-ipkg-applications/ Guide on skyminds.net]
* [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]

* ''Entware-ng'' is a new package manager (also known as ''opkg'').
== Install ==
* Entware-ng/opkg is a fork of ipkg, more up-to-date.
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