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:
Oleg Rakhmanov 2014-08-11 13:41:52 -06:00
commit 5a6a9797f1

View file

@ -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}"