From d257bf722ae7da6908110af401b0f18d7f52dafa Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 29 Jun 2010 10:47:25 +0200 Subject: [PATCH] image: install package 'flashrom' in installer image, various cleanups Signed-off-by: Stephan Raue --- packages/image/install | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/image/install b/packages/image/install index 2b51964ca5..4ad043cf80 100755 --- a/packages/image/install +++ b/packages/image/install @@ -105,11 +105,6 @@ case "$2" in [ "$TESTING" = yes ] && $SCRIPTS/install testing [ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug -# Devtools for Coreboot... (not for Release) - [ "$COREBOOT" = yes ] && $SCRIPTS/install superiotool - [ "$COREBOOT" = yes ] && $SCRIPTS/install flashrom - [ "$COREBOOT" = yes ] && $SCRIPTS/install getpir - # setting echo $TARGET_VERSION > $INSTALL/etc/release @@ -172,8 +167,8 @@ case "$2" in echo "$OPENELEC_VERSION" > $INSTALL/etc/version echo "OpenELEC.tv - Date of build: $BUILD_DATE Build: $BZR_BUILD" > $INSTALL/etc/openelec-release -# Devtools for Coreboot... (not for Release) - [ "$COREBOOT" = yes ] && $SCRIPTS/install flashrom +# BIOS Tools + $SCRIPTS/install flashrom # setting echo $TARGET_VERSION > $INSTALL/etc/release