As you already noticed entware-ng (http://pkg.entware.net/binaries/mipsel) doesn't get updated anymore.
The repo on github is archived (read-only) and all the development moved to entware repo.
It now supports MIPSsel with kernel >= 3.4 which means john's fork (+ older merlin installs) and freshtomato are left without an updated repo.
For my own usage I've found some time to update and compile most of the packages in entware-mipsel-k3,4 using the entware-ng toolchain.
The resulted packages are found in:
if you want to use my repo you have 2 choices:
-replace the entware-ng repo:
- use it in paralel with entware-ng:
you can also change the repos via Diversion menu - see here
Source code:
https://github.com/maurerr/Entware-backports
If you find an issue with a package or need a backport from Entware maineline open one:
https://github.com/maurerr/Entware-backports/issues
Left TO DO:
-clean the code and patches and uploaded to github (or some other repo) - DONE
-update the installation scripts pointing to this repo (if I receive requests )
-update the toolchain (when I'll find the time)
NO updates after December 2019! see here
Your feedback is welcomed !
The repo on github is archived (read-only) and all the development moved to entware repo.
It now supports MIPSsel with kernel >= 3.4 which means john's fork (+ older merlin installs) and freshtomato are left without an updated repo.
For my own usage I've found some time to update and compile most of the packages in entware-mipsel-k3,4 using the entware-ng toolchain.
The resulted packages are found in:
(only one repo for now)
if you want to use my repo you have 2 choices:
-replace the entware-ng repo:
Code:
sed -i -e 's/src\/gz entware-ng http:\/\/pkg.entware.net\/binaries\/mipsel/src\/gz entware-backports http:\/\/maurerr.github.io\/packages/g' /opt/etc/opkg.conf
- use it in paralel with entware-ng:
Code:
sed -i '2i\src/gz entware-backports-bkp http://maurerr.github.io/packages/' /opt/etc/opkg.conf
you can also change the repos via Diversion menu - see here
Source code:
https://github.com/maurerr/Entware-backports
If you find an issue with a package or need a backport from Entware maineline open one:
https://github.com/maurerr/Entware-backports/issues
Left TO DO:
-clean the code and patches and uploaded to github (or some other repo) - DONE
-update the installation scripts pointing to this repo (if I receive requests )
-update the toolchain (when I'll find the time)
NO updates after December 2019! see here
Your feedback is welcomed !
Last edited: