added git and asciidoc
[hdw-linux/hdw-linux.git] / Config
diff --git a/Config b/Config
index 2e9a7c4..874ebaa 100644 (file)
--- a/Config
+++ b/Config
 export hdw_version="1.0"       # version of hdw-linux
 
 export hdw_target="default"    # which target to build 
-                               # currently:    
-                               #       toolchain - just the toolchain (stable)
-                               #       default - pure base (stable)
-                               #       mobile - my mobile hackstation (stable)
-                               #       desktop - all packages (stable)
+                               # current (hopefully) stable targets:
+                               #       toolchain - just the toolchain
+                               #       default - pure base
+                               #       desktop - a lot of packages
+                               #       mobile - my mobile hackstation
                                #       router  - packages need for routers 
-                               #                                       (stable)
-                               #       fai-server - packages needed for
-                               #                    automated install of hdw
-                               #                                       (devel)
+                               #       all-stable - all stable packages
+                               #       fai-server - packages for host acting
+                               #                    as a fai server
+                               # current devel targets:
                                #       all-dev - all possible packages (devel)
                                #       fefe    - dietlibc based target (devel)
 
@@ -28,6 +28,7 @@ export hdw_arch="ia32"                # which architecture to build for
                                #               sparc   - 32bit sparc
                                #               sparc64 - 64bit sparc
                                #               ppc     - powerpc's
+                               #               ppc64   - 64 bit powerpc's
                                #               mips    - mips architctures
        
 export hdw_arch_opt=""         # choose optimization
@@ -35,6 +36,7 @@ export hdw_arch_opt=""                # choose optimization
                                #               sparc64 : v9, ultrasparc ...
                                #               sparc   : v7, v8, supersparc ...
                                #               ppc     : 603e, 604, 740 ...
+                               #               ppc64   : power5, powerpc64 ...
                                #               mips    : r2k, r3k, r4k ... 
 
 export hdw_use_dietlibc="0"    # 0: use gnu c library