[Lunar-commits] <moonbase> busybox: Added a hack to get around brctl being borked in 1.10.2.
Terry Chan
tchan at lunar-linux.org
Sat May 24 05:03:06 CEST 2008
commit 539a477466dd443eb4f73ab43121b19d0dac5f8f
Author: Terry Chan <tchan at lunar-linux.org>
Date: Fri May 23 22:03:06 2008 -0500
busybox: Added a hack to get around brctl being borked in 1.10.2.
---
shells/busybox/BUILD | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD
index 5d3cd70..5323dab 100644
--- a/shells/busybox/BUILD
+++ b/shells/busybox/BUILD
@@ -1,6 +1,10 @@
(
make defconfig &&
+
+ # NOTE: tchan added this hack for busybox-1.10.2, and should be removed when busybox devs fix it...
+ sedit "s/CONFIG_BRCTL=y/# CONFIG_BRCTL is not set/" .config &&
+
make &&
make doc &&
prepare_install &&
More information about the Lunar-commits
mailing list