summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-02-02 11:59:25 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-02-02 11:59:25 +0100
commit38097ac49304265864ae22374f18ebf3da680f22 (patch)
tree85485b3f47700f74b0f03ff9f427b11da5bf3311 /scripts
parent1c356e5f8d8a866fd63ec971b10b5d8bbed0a314 (diff)
downloadptxdist-38097ac49304265864ae22374f18ebf3da680f22.tar.gz
ptxdist-38097ac49304265864ae22374f18ebf3da680f22.tar.xz
owfs: use '|| ALLYES' when depending on !BUSYBOX_*
and cleanup OWFS__* -> OWFS_* Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/migrate/migrate_ptx9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx
index 7296ec2ee..896959aa1 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -136,3 +136,12 @@ s/^\(\(# \)\?PTXCONF_\)INITMETHOD_BBINIT_LINK_\(ALSA_UTILS\|APACHE2\|AT\|CHRONY\
# PTXCONF_BLUEZ_UTILS is unchanged
#
s/^\(\(# \)\?PTXCONF_BLUEZ\)_LIBS/\1/
+
+#
+# from : ptxdist-2011.01.0
+# to : ptxdist-2011.02.0
+# symbol : OWFS__* -> OWFS_
+# reason : consolidation of config symbols
+#
+s/^\(\(# \)\?PTXCONF_OWFS_\)_\(.*$\)/\1\3/
+