|
|
Edited by tomaszd at 2017-3-8 02:12
Since the latest prebuilt image doesn't boot on my OpiPC on three different MicroSD cards, I've decided yet again to build the image myself.
The current git source cannot be built, some URLs don't work anymore:
In packages/sysutils/kmod/package.mk this line:
PKG_URL="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/$PKG_NAME-$PKG_VERSION.tar.xz"
needs to be changed to this:
PKG_URL="http://kernel.org/pub/linux/utils/kernel/kmod/$PKG_NAME-$PKG_VERSION.tar.xz"
In packages/x11/font/liberation-fonts-ttf this line:
PKG_URL="https://fedorahosted.org/releases/l/i/liberation-fonts/$PKG_NAME-$PKG_VERSION.tar.gz"
needs to be changed to this:
PKG_URL="https://releases.pagure.org/liberation-fonts/$PKG_NAME-$PKG_VERSION.tar.gz"
Here's the resulting latest (last?) image for OpiPC and manual update file: https://mega.nz/#F!QZdBVYyC!DBRDQTBpPMFzkxnSklHtCw
|
|