From abe084030cb8ee5b77d4e5aeb4efecc03356c266 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 21 May 2011 15:45:37 +0200 Subject: [PATCH] linux: build atv-bootloader in its own package again Signed-off-by: Stephan Raue --- packages/linux/build | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/linux/build b/packages/linux/build index 456c4cc0dd..1e2cb82784 100755 --- a/packages/linux/build +++ b/packages/linux/build @@ -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 -