From: Luis R. Rodriguez Date: Thu, 23 Jun 2011 23:53:09 +0000 (-0700) Subject: compat-wireless: fix script for generating releases X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ea3350bb5b465dfb51f7411d8a9fdc414aba9f1c;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: fix script for generating releases The SUBLEVEL is now ignored for 3.0 kernels. Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/gen-stable-release.sh b/scripts/gen-stable-release.sh index 7cb5a1df0497..d01cb364ff6c 100755 --- a/scripts/gen-stable-release.sh +++ b/scripts/gen-stable-release.sh @@ -136,7 +136,7 @@ echo "On $ALL_STABLE_TREE: $TARGET_BRANCH" # on matching compat-wireless branch. # This is a super hack, but let me know if you figure out a cleaner way -TARGET_KERNEL_RELEASE=$(make VERSION="linux-2" EXTRAVERSION=".y" kernelversion) +TARGET_KERNEL_RELEASE=$(make VERSION="linux-3" SUBLEVEL="" EXTRAVERSION=".y" kernelversion) if [[ $COMPAT_WIRELESS_BRANCH != $TARGET_KERNEL_RELEASE ]]; then echo -e "You are on the compat-wireless ${GREEN}${COMPAT_WIRELESS_BRANCH}${NORMAL} but are "