compat-wireless: Small cosmetic changes
authorOzan Çağlayan <ozancag@gmail.com>
Mon, 6 Aug 2012 18:55:07 +0000 (21:55 +0300)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 6 Aug 2012 19:32:18 +0000 (12:32 -0700)
Change old tree names to reflect the new ones, continue to replace
occurences of compat-* with compat-drivers.

Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
scripts/admin-clean.sh
scripts/gen-compat-autoconf.sh
scripts/gen-stable-release.sh

index 340a19717fa53b23014b7fd337f6ab1460462703..dd266709e196c6064d974b93a42d64564e2657f9 100755 (executable)
@@ -11,4 +11,4 @@ rm -f .compat_base_tree
 rm -f .compat_base_tree_version
 rm -f .compat_version
 rm -f code-metrics.txt
-echo "Cleaned wireless-bt-compat-2.6"
+echo "Cleaned compat-drivers"
index 41b1973a95ccddb473e2e099fffc86dc6561be4c..f9fed368c00fe92e6ace77d06313be6a2942e5cc 100755 (executable)
@@ -136,7 +136,7 @@ cat <<EOF
  * Automatically generated C config: don't edit
  * $DATE 
  * compat-drivers: $CREL
- * linux-2.6: $KREL
+ * linux: $KREL
  */
 #define COMPAT_RELEASE "$CREL"
 #define COMPAT_KERNEL_RELEASE "$KREL"
index c28e2cd24858ca8b9c71bc6a665b78ba59971f5a..e7870522f61b65b47b89ec93aebaa2605ba58b84 100755 (executable)
@@ -110,7 +110,7 @@ function check_for_updates()
                git fetch
                git reset --hard origin
                ;;
-       *) # Based on a stable 2.6.x.y release, lets just move to the target branch
+       *) # Based on a stable {2.6.x.y, 3.x.y} release, lets just move to the target branch
           # we'll only ask for object updates if and only if you asked us to with -f,
           # otherwise we eat up whatever you already have on your existing branch.
                git checkout -f
@@ -121,7 +121,7 @@ function check_for_updates()
        esac
 }
 
-# We will not update your linux-2.6-allstable git tree by default. You can force
+# We will not update your linux-stable git tree by default. You can force
 # an update by two methods:
 #
 # a) Specifying a different target branch
@@ -134,7 +134,7 @@ fi
 
 echo "On $ALL_STABLE_TREE: $TARGET_BRANCH"
 
-# At this point your linux-2.6-allstable tree should be up to date
+# At this point your linux-stable tree should be up to date
 # with the target kernel you want to use. Lets now make sure you are
 # on matching compat-drivers branch.