From: Luis R. Rodriguez Date: Tue, 18 May 2010 00:23:57 +0000 (-0700) Subject: Fix gen-compat-autoconf.sh for new version name changes X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ed07f6bba9fed4328820171e4b195d295306a9a6;p=openwrt%2Fstaging%2Fblogic.git Fix gen-compat-autoconf.sh for new version name changes This script needed some updating based on the new version tag mechanism embraced. Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/gen-compat-autoconf.sh b/scripts/gen-compat-autoconf.sh index 9c78e35de837..7fb63e985bdf 100755 --- 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