# HG changeset patch # User Rob Landley # Date 1278604545 18000 # Node ID cf680aa306b307ad73e8549206acde147bc7ea66 # Parent 38406e998811d23a423317904d1a4680e88bc6ce Busybox's current acpid doesn't build on a sles 10 host (SW_LID undeclared). diff -r 38406e998811 -r cf680aa306b3 sources/trimconfig-busybox --- a/sources/trimconfig-busybox Tue Jul 06 14:46:15 2010 -0500 +++ b/sources/trimconfig-busybox Thu Jul 08 10:55:45 2010 -0500 @@ -65,3 +65,7 @@ # Contains a hardwired #ifdef staircase of known targets. CONFIG_FEATURE_OSF_LABEL=n + +# Doesn't build on SLES 10 + +CONFIG_ACPID=n