Remove hack_fwmk, replace deblobbed firmware names with $(DEBLOBBED).
[releases.git] / deblob-2.6.26
index 5b4c5974a56a376adca7ba54e64ce0443c294339..81355594c4e837dab0e5aa7129a21f6d8b4c33ec 100755 (executable)
@@ -44,7 +44,7 @@
 
 # For each kver release, start extra with an empty string, then count
 # from 1 if changes are needed that require rebuilding the tarball.
-kver=2.6.26 extra=1++
+kver=2.6.26 extra=2
 
 case $1 in
 --force) die () { echo ERROR: "$@": ignored >&2; }; shift;;