diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-11-10 20:42:30 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-11-11 03:14:27 +0100 |
commit | 52ec3b67239220f0537ce78304bb980978c0a136 (patch) | |
tree | f51260a9e0bddcf59df22fb6c4cd6b07c0a307dc /libre/uboot4extlinux-sunxi/PKGBUILD | |
parent | 10d463afc41ff45201ac4075d7d28b63953dec65 (diff) | |
download | abslibre-52ec3b67239220f0537ce78304bb980978c0a136.tar.gz abslibre-52ec3b67239220f0537ce78304bb980978c0a136.tar.bz2 abslibre-52ec3b67239220f0537ce78304bb980978c0a136.zip |
libre: uboot4extlinux-sunxi: update to 2019.10
Other changes
- extlinux.conf:
- Added the initramfs in the example configuration
- Added rootwait parameter in case the rootfs takes time to appear
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/uboot4extlinux-sunxi/PKGBUILD')
-rw-r--r-- | libre/uboot4extlinux-sunxi/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/uboot4extlinux-sunxi/PKGBUILD b/libre/uboot4extlinux-sunxi/PKGBUILD index e3eef2a84..b0e2f89f0 100644 --- a/libre/uboot4extlinux-sunxi/PKGBUILD +++ b/libre/uboot4extlinux-sunxi/PKGBUILD @@ -25,8 +25,8 @@ pkgname=('uboot4extlinux-a10-olinuxino-lime' 'uboot4extlinux-orangepi_one' 'uboot4extlinux-orangepi_pc' 'uboot4extlinux-orangepi_plus') -pkgver=2019.01 -pkgrel=5 +pkgver=2019.10 +pkgrel=1 arch=('armv7h') url="http://git.denx.de/u-boot.git/" license=('GPL') @@ -34,8 +34,8 @@ makedepends=('bc' 'dtc' 'python' 'python2' 'swig') backup=(boot/extlinux/extlinux.conf) source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'extlinux.conf') -sha256sums=('50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22' - '34550c6d700c6b4713f490d6d1b4e3ceb78a04072786225084fe6d13e232f105') +sha256sums=('8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014' + '4da5d8f208b5b3258aa9de3c217cf99c738b93f3bbbf8c1c7e63e773c76e18ee') boards=('A10-OLinuXino-Lime' 'A10s-OLinuXino-M' |