linux: build atv-bootloader in its own package again

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2011-05-21 15:45:37 +02:00
parent 30c32b7ec6
commit abe084030c

View File

@@ -51,13 +51,3 @@ rm -f modules/lib/modules/*/build
rm -f modules/lib/modules/*/source
make $KERNEL_IMAGE
if [ "$BOOTLOADER" = "atv-bootloader" ]; then
get_version
cd $ROOT/$BUILD/atv-bootloader-*
cp -PR $ROOT/$PKG_BUILD/arch/x86/boot/bzImage vmlinuz
make clean
make LDFLAGS=""
fi