[patch] move bbconfig config entry to proper place

Bernhard Fischer rep.nop at aon.at
Sat Sep 17 23:29:20 UTC 2005


Hi,

Attached patch moves bbconfig's entry in Config.in in the alphabetically
correct place.

Please apply,
Bernhard
-------------- next part --------------
--- busybox.oorig/miscutils/Config.in	2005-09-15 22:00:43.000000000 +0200
+++ busybox/miscutils/Config.in	2005-09-18 01:23:22.000000000 +0200
@@ -12,6 +12,13 @@ config CONFIG_ADJTIMEX
 	  Adjtimex reads and optionally sets adjustment parameters for
 	  the Linux clock adjustment algorithm.
 
+config CONFIG_BBCONFIG
+	bool "bbconfig"
+	default n
+	help
+	  The bbconfig applet will print the config file with which
+	  busybox was built.
+
 config CONFIG_CROND
 	bool "crond"
 	default n
@@ -34,13 +41,6 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAI
 	help
 	  Support calling /usr/sbin/sendmail for send cmd outputs.
 
-config CONFIG_BBCONFIG
-	bool "bbconfig"
-	default n
-	help
-	  The bbconfig applet will print the config file with which
-	  busybox was built.
-
 config CONFIG_CRONTAB
 	bool "crontab"
 	default n


More information about the busybox mailing list