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:
4ceccba
)
Fix gen-compat-autoconf.sh for new version name changes
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 18 May 2010 00:23:57 +0000
(17:23 -0700)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 18 May 2010 00:24:51 +0000
(17:24 -0700)
This script needed some updating based on the new version
tag mechanism embraced.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/gen-compat-autoconf.sh
patch
|
blob
|
history
diff --git
a/scripts/gen-compat-autoconf.sh
b/scripts/gen-compat-autoconf.sh
index 9c78e35de83709807f66d598616ed5d88498e598..7fb63e985bdf1302904dfc7cf877b85270830823 100755
(executable)
--- a/
scripts/gen-compat-autoconf.sh
+++ b/
scripts/gen-compat-autoconf.sh
@@
-12,8
+12,8
@@
# This indicates which is the oldest kernel we support
# Update this if you are adding support for older kernels.
OLDEST_KERNEL_SUPPORTED="2.6.25"
-COMPAT_RELEASE="compat
-release
"
-KERNEL_RELEASE="
git-describe
"
+COMPAT_RELEASE="compat
_version
"
+KERNEL_RELEASE="
compat_base_tree_version
"
MULT_DEP_FILE=".compat_pivot_dep"
if [ $# -ne 1 ]; then