mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
uboot-usbarmory adjust wording in failed bootcmd.
This commit is contained in:
parent
1ed76c1bfa
commit
4052168510
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=uboot-usbarmory
|
||||
pkgver=2014.07
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="U-Boot for USB armory"
|
||||
arch=('armv7h')
|
||||
url="https://github.com/inversepath/u-boot-usbarmory.git"
|
||||
|
@ -15,7 +15,7 @@ source=("u-boot-${pkgver}::git+https://github.com/inversepath/u-boot-usbarmory.g
|
|||
'alarm.patch'
|
||||
'uEnv.txt')
|
||||
md5sums=('SKIP'
|
||||
'1306feac5b1d451af20d845e31ded762'
|
||||
'e91817ce9752f85de4f2f91130b7d711'
|
||||
'd41d8cd98f00b204e9800998ecf8427e')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -82,7 +82,7 @@ index e00ec7b..cfd457b 100644
|
|||
+ "echo Kernel found, but no device tree found;" \
|
||||
+ "fi;" \
|
||||
+ "fi;" \
|
||||
+ "echo No Kernel found;" \
|
||||
+ "echo Failed to locate Kernel;" \
|
||||
+ "fi;"
|
||||
+
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
|
|
Loading…
Reference in a new issue