diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2015-11-09 23:01:38 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2015-11-09 23:01:38 -0600 |
commit | 11c8429d4c4ef7552ffd4bfe6de2b8ec1560040d (patch) | |
tree | dc09d82b3eb19a7068e5ec8b173e27bace1417c3 /libre-testing/uboot4grub-am335x_bone/PKGBUILD | |
parent | 931ab19b3b8af19b4dd7f15cb8396da1e23bf184 (diff) |
uboot4grub-am335x_bone: small fix to make uboot load grub automatically
Diffstat (limited to 'libre-testing/uboot4grub-am335x_bone/PKGBUILD')
-rw-r--r-- | libre-testing/uboot4grub-am335x_bone/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/uboot4grub-am335x_bone/PKGBUILD b/libre-testing/uboot4grub-am335x_bone/PKGBUILD index dee132230..a3dd5a21e 100644 --- a/libre-testing/uboot4grub-am335x_bone/PKGBUILD +++ b/libre-testing/uboot4grub-am335x_bone/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot4grub-am335x_bone pkgver=2015.04 -pkgrel=2 +pkgrel=3 pkgdesc="U-Boot with GRUB support for BeagleBone and BeagleBone Black" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -28,7 +28,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0001-parabola-arm-modifications+grub-support.patch' 'uEnv.txt') md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd' - '18ac73c5db8c38355f4b6ecaacb22163' + '5123aa48d979d853ce2542dcead2034f' 'ccb79775b81654e16fca18825c7f2506') prepare() { |