The attached patch applies to the linux-2.6.25 kernel source with 
Kubuntu's "patch" (and the one in toybox), but busybox patch fails.

Just FYI.  I'm finally getting around to trying a current busybox in my FWL 
build system thingy, and figuring out what's breaks...

(I also needed svn 22578 to fix "awk -f -f" for the gcc build, but that's 
already in svn...)

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.
--- linux-orig/init/main.c	2007-10-09 15:31:38.000000000 -0500
+++ linux-2.6.23/init/main.c	2007-11-05 00:56:14.000000000 -0600
@@ -286,15 +286,6 @@
 	if (obsolete_checksetup(param))
 		return 0;
 
-	/*
-	 * Preemptive maintenance for "why didn't my misspelled command
-	 * line work?"
-	 */
-	if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {
-		printk(KERN_ERR "Unknown boot option `%s': ignoring\n", param);
-		return 0;
-	}
-
 	if (panic_later)
 		return 0;
 
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to