mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/uboot-usbarmory to 2015.10-1
This commit is contained in:
parent
1c341ddbc7
commit
67636007b8
2 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
From 6b6652055bab1024b85422526c7624b303c7e5a5 Mon Sep 17 00:00:00 2001
|
||||
From ea95f07929ff01e6ac8f9f56faa3bb2f76e2eff3 Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
Date: Sat, 27 Jun 2015 12:37:40 -0600
|
||||
Subject: [PATCH] arch linux arm modifications
|
||||
|
@ -9,10 +9,10 @@ Subject: [PATCH] arch linux arm modifications
|
|||
2 files changed, 5 insertions(+)
|
||||
|
||||
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
|
||||
index 8237239..2477edf 100644
|
||||
index d8165cc..377322b 100644
|
||||
--- a/include/config_distro_defaults.h
|
||||
+++ b/include/config_distro_defaults.h
|
||||
@@ -59,4 +59,7 @@
|
||||
@@ -68,4 +68,7 @@
|
||||
#define CONFIG_SUPPORT_RAW_INITRD
|
||||
#define CONFIG_SYS_HUSH_PARSER
|
||||
|
||||
|
@ -21,10 +21,10 @@ index 8237239..2477edf 100644
|
|||
+
|
||||
#endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */
|
||||
diff --git a/include/configs/usbarmory.h b/include/configs/usbarmory.h
|
||||
index f29ab2d..9a947d2 100644
|
||||
index 714e3e2..6be57dc 100644
|
||||
--- a/include/configs/usbarmory.h
|
||||
+++ b/include/configs/usbarmory.h
|
||||
@@ -24,6 +24,8 @@
|
||||
@@ -23,6 +23,8 @@
|
||||
|
||||
#include <config_distro_defaults.h>
|
||||
|
||||
|
@ -32,7 +32,7 @@ index f29ab2d..9a947d2 100644
|
|||
+
|
||||
/* U-Boot commands */
|
||||
#define CONFIG_CMD_MEMTEST
|
||||
#undef CONFIG_CMD_IMLS
|
||||
|
||||
--
|
||||
2.4.4
|
||||
2.6.1
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# U-Boot: Inverse Path USB armory
|
||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# Maintainer: Jason Plum <jplum@archlinuxarm.org>
|
||||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
buildarch=4
|
||||
|
||||
pkgname=uboot-usbarmory
|
||||
pkgver=2015.04
|
||||
pkgver=2015.10
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot for USB armory"
|
||||
arch=('armv7h')
|
||||
|
@ -18,8 +18,8 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
|
|||
'0001-arch-linux-arm-modifications.patch'
|
||||
'boot.txt'
|
||||
'mkscr')
|
||||
md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd'
|
||||
'145e9053347b729ff1d65b27c1accc9f'
|
||||
md5sums=('7c203b0fc3390a122d8e8b75f147eac5'
|
||||
'fd8e3b72bce31c5294d70e64cee2be01'
|
||||
'3e9799661eec04d1ce0f3fe20ed21838'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
||||
|
|
Loading…
Reference in a new issue