touchups
authorMike Frysinger <vapier@gentoo.org>
Thu, 10 Feb 2005 00:45:43 +0000 (00:45 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 10 Feb 2005 00:45:43 +0000 (00:45 -0000)
package/Config.in

index 96c2266d7a17eed6985a208680942ba62fd2f874..1cb7bc0bbd0bfd2f814e8af0bfbe693cb07d0478 100644 (file)
@@ -1,16 +1,11 @@
-#
-
 menu "Package Selection for the target"
 
-comment "The default minimal system"
 
+comment "The default minimal system"
 source "package/busybox/Config.in"
 
 
-
-
 comment "The minimum needed to build a uClibc development system"
-
 source "package/bash/Config.in"
 source "package/bzip2/Config.in"
 source "package/coreutils/Config.in"
@@ -28,11 +23,7 @@ source "package/sed/Config.in"
 source "package/tar/Config.in"
 
 
-
-
-
 comment "Other stuff"
-
 source "package/autoconf/Config.in"
 source "package/automake/Config.in"
 source "package/berkeleydb/Config.in"
@@ -112,4 +103,5 @@ source "package/which/Config.in"
 source "package/wtools/Config.in"
 source "package/zlib/Config.in"
 
+
 endmenu