mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Added patch information for boot delay. Changed the pkgrel and pkgver.
This commit is contained in:
parent
a963b74708
commit
2346d71848
2 changed files with 16 additions and 3 deletions
|
@ -5,8 +5,8 @@ buildarch=4
|
|||
|
||||
pkgbase=uboot-sunxi
|
||||
pkgname=('uboot-cubieboard2' 'uboot-cubietruck' 'uboot-iteaduino_plus_a10' 'uboot-iteaduino_plus_a20')
|
||||
pkgver=2014.01
|
||||
pkgrel=4
|
||||
pkgver=2014.04
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/linux-sunxi/u-boot-sunxi/tree/sunxi-current"
|
||||
license=('GPL')
|
||||
|
@ -20,7 +20,7 @@ source=("https://github.com/linux-sunxi/u-boot-sunxi/archive/${_commit}.tar.gz"
|
|||
'iteaduino_plus_a10.fex' 'iteaduino_plus_a10.env'
|
||||
'iteaduino_plus_a20.fex' 'iteaduino_plus_a20.env' )
|
||||
md5sums=('8e4f2a2c1384f31eca5d3864b86e8351'
|
||||
'd14a621663c56d37251a3d42d1d10236'
|
||||
'9e9f1cb9c1b069b8ad9c0e522fb139aa'
|
||||
'36c04988cecd53151f3f5ff5c48d76a9'
|
||||
'd41d8cd98f00b204e9800998ecf8427e'
|
||||
'c898ab1b57f474d620f5704b2a53d87c'
|
||||
|
|
|
@ -58,3 +58,16 @@ index a0c41ac..e9a94f6 100644
|
|||
";then true; else "\
|
||||
"false" \
|
||||
";fi" \
|
||||
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
|
||||
index 5d18a4b..11e655c 100644
|
||||
--- a/include/config_distro_defaults.h
|
||||
+++ b/include/config_distro_defaults.h
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
#define CONFIG_CMDLINE_EDITING
|
||||
#define CONFIG_AUTO_COMPLETE
|
||||
-#define CONFIG_BOOTDELAY 2
|
||||
+#define CONFIG_BOOTDELAY 1
|
||||
#define CONFIG_SYS_LONGHELP
|
||||
#define CONFIG_MENU
|
||||
#define CONFIG_DOS_PARTITION
|
||||
|
|
Loading…
Reference in a new issue