projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37969ca
)
compat-drivers: remove 'v' prefix from version on ChangeLog
author
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Thu, 10 Jan 2013 20:59:24 +0000
(12:59 -0800)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Thu, 10 Jan 2013 20:59:24 +0000
(12:59 -0800)
As with the previous commit this follows the kernel.org
model as well as the older releases we were making.
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/gen-release.sh
patch
|
blob
|
history
diff --git
a/scripts/gen-release.sh
b/scripts/gen-release.sh
index 4573cc2980f6a4fc543e8f6ffa3287181a78bcd7..47518f2581475ff4c630ab5423d1c01326036557 100755
(executable)
--- a/
scripts/gen-release.sh
+++ b/
scripts/gen-release.sh
@@
-179,7
+179,7
@@
if [[ $COMPAT_DRIVERS_BRANCH != $TARGET_KERNEL_RELEASE && $BASE_TREE != "linux-n
fi
cd $COMPAT_DRIVERS_DIR
-CHANGELOG_FILE="ChangeLog-$(git describe| sed -e 's|compat-drivers-||')"
+CHANGELOG_FILE="ChangeLog-$(git describe| sed -e 's|compat-drivers-
v
||')"
if [[ $COMPAT_DRIVERS_BRANCH != "master" ]]; then