r3396 - branches/linux-kernel-2.6.12/debian

Jurij Smakov jurij-guest@costa.debian.org
Fri, 24 Jun 2005 23:53:05 +0000


Author: jurij-guest
Date: 2005-06-24 23:53:05 +0000 (Fri, 24 Jun 2005)
New Revision: 3396

Modified:
   branches/linux-kernel-2.6.12/debian/README
Log:
Documented the new variable default_config in README.


Modified: branches/linux-kernel-2.6.12/debian/README
===================================================================
--- branches/linux-kernel-2.6.12/debian/README	2005-06-24 23:46:18 UTC (rev 3395)
+++ branches/linux-kernel-2.6.12/debian/README	2005-06-24 23:53:05 UTC (rev 3396)
@@ -183,4 +183,19 @@
 
   image_prefix_flavours := sparc32 sparc32-smp
   image_prefix          := sparc32
-  
+
+default_config
+
+  This variable controls which kernel config file will be used as a
+  "default" config file, used when building the kernel-headers package.
+  It does not really matter which file is used, see the message at
+
+  http://lists.debian.org/debian-kernel/2004/08/msg01460.html
+
+  The following algorithm will be used to determine the default kernel
+  config file:
+
+  * If the default_config variable is defined, use config.$(default_config).
+  * If it is not defined and config.default exists, use that.
+  * If neither default_config is defined not config.default exists, pick
+    the first flavour from the flavour list and use its config.