Fix gen-compat-autoconf.sh for new version name changes
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 18 May 2010 00:23:57 +0000 (17:23 -0700)
committerLuis 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

index 9c78e35de83709807f66d598616ed5d88498e598..7fb63e985bdf1302904dfc7cf877b85270830823 100755 (executable)
@@ -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