# HG changeset patch # User Rob Landley # Date 1278092795 18000 # Node ID 5ce47f84a1d1ba938305eac49aad6aa47ab17ca5 # Parent 2d7f75e3131601c5837081b61521c910b832260d Trim a busybox feature that contains a hardwired #ifdef staircase of known target types. (There's no excuse for that, and it breaks on chips it doesn't know about.) diff -r 2d7f75e31316 -r 5ce47f84a1d1 sources/trimconfig-busybox --- a/sources/trimconfig-busybox Wed Jun 30 16:01:15 2010 -0500 +++ b/sources/trimconfig-busybox Fri Jul 02 12:46:35 2010 -0500 @@ -61,3 +61,7 @@ # CONFIG_FEATURE_IP_RARE_TOOLS=n # CONFIG_FEATURE_NAMEIF_EXTENDED=n # CONFIG_CLOCK_MONOTONIC_SYSCALL=n + +# Contains a hardwired #ifdef staircase of known targets. + +CONFIG_FEATURE_OSF_LABEL=n