diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-24 20:29:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-24 20:29:24 -0300 |
commit | 34391c4f66249c6af7856637a09aaae57f0f74a3 (patch) | |
tree | fc8707b5085a28aefb264b05fc26083cad5db6ef /libre-testing | |
parent | f3be10b7fce412f040bbcc04174d1cbc8d5c800e (diff) |
uboot-udoo-2015.01-3: minor fix
Diffstat (limited to 'libre-testing')
-rw-r--r-- | libre-testing/uboot-udoo/0001-parabola-arm-modifications.patch | 2 | ||||
-rw-r--r-- | libre-testing/uboot-udoo/PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre-testing/uboot-udoo/0001-parabola-arm-modifications.patch b/libre-testing/uboot-udoo/0001-parabola-arm-modifications.patch index 326b4aaa0..7328d1ad7 100644 --- a/libre-testing/uboot-udoo/0001-parabola-arm-modifications.patch +++ b/libre-testing/uboot-udoo/0001-parabola-arm-modifications.patch @@ -208,7 +208,7 @@ diff -Nur u-boot-2015.01.orig/include/configs/udoo.h u-boot-2015.01/include/conf +#define CONFIG_CMD_FS_GENERIC #define CONFIG_DOS_PARTITION -+#define CONFIG_IDENT_STRING " Parabola GNU/Linux-libre ARM" ++#define CONFIG_IDENT_STRING " Parabola GNU/Linux-libre" + +#if defined(CONFIG_MX6DL) || defined(CONFIG_MX6S) +#define CONFIG_DEFAULT_FDT_FILE "imx6dl-udoo.dtb" diff --git a/libre-testing/uboot-udoo/PKGBUILD b/libre-testing/uboot-udoo/PKGBUILD index 4765a2473..1e3973817 100644 --- a/libre-testing/uboot-udoo/PKGBUILD +++ b/libre-testing/uboot-udoo/PKGBUILD @@ -6,7 +6,7 @@ buildarch=4 pkgbase=uboot-udoo pkgname=('uboot-udoo_dl' 'uboot-udoo_quad') pkgver=2015.01 -pkgrel=2 +pkgrel=3 arch=('armv7h') url="http://git.denx.de/u-boot.git/" license=('GPL') @@ -17,7 +17,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0002-kernel-add-support-for-gcc-5.patch' 'extlinux.conf') md5sums=('7f08dc9e98a71652bd6968888ed6ec95' - '70ccab6e449dbd232d5ff97a7fd17f95' + 'f90125a266a2cd80980464f949d03d88' '721a46867e189d8dedc6b6f86a536a34' 'e05d2d41a1bdbbd5d6fec02534784dcd') |