summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-12-07 09:15:52 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-12-07 09:15:52 +0000
commit7921824a38bec8f10b8ec4f3287f1ee0f663cef6 (patch)
tree5c973786f9eb46c7d3f3ca2ce549a7918289e228 /Documentation
parent1884d4eeba6cd79fbabfa6fa81e17348b60314e8 (diff)
downloadptxdist-7921824a38bec8f10b8ec4f3287f1ee0f663cef6.tar.gz
ptxdist-7921824a38bec8f10b8ec4f3287f1ee0f663cef6.tar.xz
adding note abour kernel configuration
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6467 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/MIGRATION9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/MIGRATION b/Documentation/MIGRATION
index 032752185..9cd75ae21 100644
--- a/Documentation/MIGRATION
+++ b/Documentation/MIGRATION
@@ -16,5 +16,14 @@ Migrate a configuration from prior 0.10.1:
revision.
- replace any $(VARIABLE) (=parentheses) occurence by ${VARIABLE} (=curly brackets)
+Migrate a configuration from prior 0.10.5:
+ Kernel configuration variables names are changed. So every 0.10.4 project
+ needs to be reconfigured, if user specific values are in use:
+ - kernel version
+ - kernel patch control file name
+ - kernel configuration file name
+ If the defaults are in use, no modification is required. A "ptxdist oldconfig" does
+ the job.
+
You should examine carefully the resulting configuration. Due to variable name changes
or packet version updates the old configuration may fail or misses something.