From: Luis R. Rodriguez Date: Thu, 10 Jan 2013 20:53:59 +0000 (-0800) Subject: compat-drivers: trim 'v' prefix from ChangeLog file X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=37969ca15281a2e9229b45e1b9a4eef2c630d30b;p=openwrt%2Fstaging%2Fblogic.git compat-drivers: trim 'v' prefix from ChangeLog file This follows the kernel.org releases as well as our old releases. Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/genlog-3.7 b/scripts/genlog-3.7 index 1bfb112c0071..80f8731f6193 100755 --- a/scripts/genlog-3.7 +++ b/scripts/genlog-3.7 @@ -8,7 +8,7 @@ export GIT_DIR=${COMPAT_DRIVERS} OLD_VER=6 let VER="7" RC="-rc1" -LOG="ChangeLog-$(git describe| sed -e 's|compat-drivers-||')" +LOG="ChangeLog-$(git describe| sed -e 's|compat-drivers-v||')" echo > $LOG diff --git a/scripts/genlog-3.8 b/scripts/genlog-3.8 index 053db78c3bae..feed6bc21b5e 100755 --- a/scripts/genlog-3.8 +++ b/scripts/genlog-3.8 @@ -7,7 +7,7 @@ OLD_VER=7 let VER="8" RC="-rc2" export GIT_DIR=${COMPAT_WIRELESS} -CD_VER="$(git describe | sed -e 's|compat-drivers-||g')" +CD_VER="$(git describe | sed -e 's|compat-drivers-v||g')" LOG="ChangeLog-${CD_VER}" echo > $LOG