Include device tree in nexus 5 kernel
This commit is contained in:
parent
b17944956c
commit
18efd373af
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir/build/arch/arm/boot/zImage" \
|
||||
install -Dm644 "$srcdir/build/arch/arm/boot/zImage-dtb" \
|
||||
"$pkgdir/boot/vmlinuz-$_flavor"
|
||||
|
||||
install -D "$srcdir/build/include/config/kernel.release" \
|
||||
|
|
Loading…
Reference in a new issue