Renamed kerneloutput to vmlinuz- to avoid initfs build errors
This commit is contained in:
parent
8e9849ecfa
commit
af2e7e34f3
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ package() {
|
|||
"$pkgdir/boot/uImage"
|
||||
|
||||
install -Dm644 "$srcdir/build/arch/arm/boot/zImage-dtb" \
|
||||
"$pkgdir/boot/zImage-dtb"
|
||||
"$pkgdir/boot/vmlinuz-$_flavor"
|
||||
|
||||
install -Dm644 "$srcdir/build/arch/arm/boot/dts/omap3-n900.dtb" \
|
||||
"$pkgdir/boot/omap3-n900.dtb"
|
||||
|
|
Loading…
Reference in a new issue