From 443fd22ad17159b166543791bfc3ad9941a5a50f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 16 Apr 2009 13:34:57 +0200 Subject: [PATCH] deactivate getpir, this only compiles on target and need a gcc on target --- packages/virtual/image/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/virtual/image/install b/packages/virtual/image/install index 853a76a130..664caff252 100755 --- a/packages/virtual/image/install +++ b/packages/virtual/image/install @@ -78,8 +78,7 @@ case "$2" in # Devtools for Cooreboot... (not for Release) [ "$DEVTOOLS" = yes ] && $SCRIPTS/install superiotool [ "$DEVTOOLS" = yes ] && $SCRIPTS/install flashrom - [ "$DEVTOOLS" = yes ] && $SCRIPTS/install getpir - +# [ "$DEVTOOLS" = yes ] && $SCRIPTS/install getpir #[ "$EXTRACODECS" = yes ] && $SCRIPTS/install extra-codecs-nonfree $1 #[ "$EXTRAFIRMWARES" = yes ] && $SCRIPTS/install extra-firmwares-nonfree $1