mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/uboot-usbarmory to 2016.07-1
This commit is contained in:
parent
586e583ce2
commit
68d6437234
2 changed files with 10 additions and 23 deletions
|
@ -1,38 +1,25 @@
|
|||
From ea95f07929ff01e6ac8f9f56faa3bb2f76e2eff3 Mon Sep 17 00:00:00 2001
|
||||
From bc3a7ffa4219dd717b88cf2b38d7476bb9fa2efb 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
|
||||
|
||||
---
|
||||
include/config_distro_defaults.h | 3 +++
|
||||
include/configs/usbarmory.h | 2 ++
|
||||
2 files changed, 5 insertions(+)
|
||||
include/configs/usbarmory.h | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
|
||||
index d8165cc..377322b 100644
|
||||
--- a/include/config_distro_defaults.h
|
||||
+++ b/include/config_distro_defaults.h
|
||||
@@ -68,4 +68,7 @@
|
||||
#define CONFIG_SUPPORT_RAW_INITRD
|
||||
#define CONFIG_SYS_HUSH_PARSER
|
||||
|
||||
+#define CONFIG_CMD_PART
|
||||
+#define CONFIG_PARTITION_UUIDS
|
||||
+
|
||||
#endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */
|
||||
diff --git a/include/configs/usbarmory.h b/include/configs/usbarmory.h
|
||||
index 714e3e2..6be57dc 100644
|
||||
index 8568663..8abae4b 100644
|
||||
--- a/include/configs/usbarmory.h
|
||||
+++ b/include/configs/usbarmory.h
|
||||
@@ -23,6 +23,8 @@
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
#include <config_distro_defaults.h>
|
||||
|
||||
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
|
||||
+
|
||||
/* U-Boot commands */
|
||||
#define CONFIG_CMD_MEMTEST
|
||||
|
||||
/* U-Boot environment */
|
||||
--
|
||||
2.6.1
|
||||
2.9.0
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=uboot-usbarmory
|
||||
pkgver=2016.01
|
||||
pkgver=2016.07
|
||||
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=('7d4f65fd43d4d706f5c5650e020d899d'
|
||||
'fd8e3b72bce31c5294d70e64cee2be01'
|
||||
md5sums=('425a3fa610a7d972e5092a0e92276c70'
|
||||
'6929dfaf24a8f8516149e65e64d7ada4'
|
||||
'3e9799661eec04d1ce0f3fe20ed21838'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
||||
|
|
Loading…
Reference in a new issue