mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Merge pull request #941 from PlanetEater/pr/linux-kirkwood-dt
core/linux-kirkwood-dt: Build devicetree blob for the Zyxel NSA320
This commit is contained in:
commit
5a6a9797f1
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ pkgbase=linux-kirkwood-dt
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell Kirkwood DT"
|
||||
pkgver=3.16
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
cryptodev_commit=8af0fe8a977f33236d3e00306ac3648063052704
|
||||
bfqver=v7r5
|
||||
|
||||
|
@ -111,7 +111,7 @@ build() {
|
|||
#yes "" | make config
|
||||
|
||||
msg "Building!"
|
||||
make ${MAKEFLAGS} zImage modules dtbs
|
||||
make ${MAKEFLAGS} zImage modules dtbs kirkwood-nsa320.dtb
|
||||
|
||||
msg "Building cryptodev module"
|
||||
cd "${srcdir}/cryptodev-linux-${cryptodev_commit}"
|
||||
|
|
Loading…
Reference in a new issue