add images and small PKBGUILD fix
This commit is contained in:
parent
2be4c2c223
commit
09b764b7fa
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -19,7 +19,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
|||
'rk3328trust.ini'
|
||||
'boot.txt'
|
||||
'mkscr')
|
||||
md5sums=('73434338536c7500b4302bd0a02921ed'
|
||||
md5sums=('b6b2e0787b6874e6b57da0a065a84f5a'
|
||||
'SKIP'
|
||||
'48946b910716b90d81f47caafb752fef'
|
||||
'c926f318d8fa7a5c89108331cbd3f8e2'
|
||||
|
@ -33,7 +33,7 @@ build() {
|
|||
make distclean
|
||||
make evb-rk3328_defconfig
|
||||
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> .config
|
||||
make -j1 EXTRAVERSION=-${pkgrel}
|
||||
make -j4 EXTRAVERSION=-${pkgrel}
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in New Issue