core/linux-kirkwood-dt: Build devicetree blob for the Zyxel NSA320

Upstream kernel source now contains a dts file for this device, but
the dtb won't get built by the 'dtbs' target, it has to be specified
explicitly.
This commit is contained in:
Zoltán Karcagi 2014-08-11 14:03:29 +02:00
parent eb78bcbdc8
commit 9cf492fd81

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