[Lunar-commits] <moonbase> busybox, busybox_static: Commented out a fix for 2.4 kernels. 2.6 kernels need ionice defined

Terry Chan tchan at lunar-linux.org
Fri Dec 18 00:07:23 CET 2009


commit cfbd91af86fb57f4e0ea20e5b037c62c85700976
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Thu Dec 17 17:07:23 2009 -0600

    busybox, busybox_static: Commented out a fix for 2.4 kernels. 2.6 kernels need ionice defined
---
 shells/busybox/BUILD        |    2 +-
 shells/busybox_static/BUILD |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD
index 393d3a6..6f04a20 100644
--- a/shells/busybox/BUILD
+++ b/shells/busybox/BUILD
@@ -3,7 +3,7 @@
   make defconfig &&
 
   # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it...
-  sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config &&
+  # sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config &&
   sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config &&
   sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config &&
 
diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD
index 766fe87..b7bf45c 100644
--- a/shells/busybox_static/BUILD
+++ b/shells/busybox_static/BUILD
@@ -6,7 +6,7 @@
   sedit "s/-Wl,--gc-sections//" scripts/trylink &&
   sedit "/^#error Aborting compilation./d" applets/applets.c &&
   # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it...
-  sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config &&
+  # sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config &&
   sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config &&
   sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config &&
 


More information about the Lunar-commits mailing list