[busybox] Fixed breakage with newer kernel headers

Denys Vlasenko vda at fedoraproject.org
Fri Jun 1 12:19:56 UTC 2012


commit 2c94aa907ce0f7ad53f6e6b72ff6e885209b85bc
Author: Denys Vlasenko <vda.linux at googlemail.com>
Date:   Fri Jun 1 14:19:48 2012 +0200

    Fixed breakage with newer kernel headers
    
    - Excluded Sun-RPC dependednt features not available in newer static glibc

 busybox-static.config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/busybox-static.config b/busybox-static.config
index fd3f375..ee4e06a 100644
--- a/busybox-static.config
+++ b/busybox-static.config
@@ -566,7 +566,7 @@ CONFIG_FEATURE_MOUNT_LOOP=y
 # Miscellaneous Utilities
 #
 CONFIG_ADJTIMEX=y
-# CONFIG_BBCONFIG is not set
+CONFIG_BBCONFIG=y
 CONFIG_BEEP=y
 CONFIG_FEATURE_BEEP_FREQ=4000
 CONFIG_FEATURE_BEEP_LENGTH_MS=30


More information about the scm-commits mailing list