summaryrefslogtreecommitdiffstats
path: root/scripts/migrate
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-19 17:08:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-02-11 11:18:05 +0100
commit5d07c095b111d1a92efe094da95dd0934c19e0b6 (patch)
treeeabdffabc6aa0e4fc9dee0d41e7d22905a880420 /scripts/migrate
parent806add92b0b978668429845ba5eb9c96b5cd057b (diff)
downloadptxdist-5d07c095b111d1a92efe094da95dd0934c19e0b6.tar.gz
ptxdist-5d07c095b111d1a92efe094da95dd0934c19e0b6.tar.xz
[udev] version bump 140 -> 150
Based on a patch from Carsten Schlote <c.schlote@konzeptpark.de> * Lots of changes in the config options. * A patch to split "--disable-extras" to avoid unnecessary dependencies * Patches to work with older toolchains. * rename UDEV__ -> UDEV_ and add migrate pattern Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/migrate')
-rwxr-xr-xscripts/migrate/migrate_ptx8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx
index 4197eb7f6..97f84b1c1 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -54,3 +54,11 @@ s/^\(\(# \)\?PTXCONF_BUSYBOX\)_GETOPT_LONG\(.*$\)/\1_LONG_OPTS\3/
#
s/^\(\(# \)\?PTXCONF_BZIP2_\)_\(.*$\)/\1\3/
+#
+# from : ptxdist-2010.01.0
+# to : ptxdist-2010.02.0
+# symbol : UDEV__* -> UDEV_*
+# reason : cleanup
+#
+s/^\(\(# \)\?PTXCONF_UDEV_\)_\(.*$\)/\1\3/
+