summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick <rob.kendrick@codethink.co.uk>2014-07-23 13:15:10 +0000
committerRob Kendrick <rob.kendrick@codethink.co.uk>2014-07-23 13:15:10 +0000
commitee4b7af196bb3eb56b01d60903335122e3568911 (patch)
tree03f22573650af6626d5dcb5116c0bea7826c40ee
parentbf06394ab87ff22662084c82c1821847c25b7f21 (diff)
downloadbusybox-baserock/robkendrick/mips64.tar.gz
ionice syscalls are not available during mips64 stage 2 bootstrapbaserock/robkendrick/mips64
-rw-r--r--stage2-busybox.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/stage2-busybox.morph b/stage2-busybox.morph
index b3ca261cf..9ac09793d 100644
--- a/stage2-busybox.morph
+++ b/stage2-busybox.morph
@@ -52,6 +52,7 @@ configure-commands:
- sed -e 's/CONFIG_UNLZMA=y.*/# CONFIG_UNLZMA is not set/' -i .config
- sed -e 's/CONFIG_UNXZ=y.*/# CONFIG_UNXZ is not set/' -i .config
- sed -e 's/CONFIG_XZ=y.*/# CONFIG_XZ is not set/' -i .config
+ - if [ "$MORPH_ARCH" = "mips64" ]; then sed -e 's/CONFIG_IONICE=y.*/# CONFIG_IONICE is not set/' -i .config; fi
build-commands:
- |