diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2011-02-24 02:42:25 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2011-02-24 02:42:25 +0000 |
| commit | 17b6a60b0e4099a83d5306322b79e9c325145dba (patch) | |
| tree | b526236ac98be7647f9cdacb5df7641d67d17568 /scripts | |
| parent | 8f20a97e9cb56264cc4d247e03cacfe755e4ad98 (diff) | |
| download | linux-libre-raptor-17b6a60b0e4099a83d5306322b79e9c325145dba.tar.gz linux-libre-raptor-17b6a60b0e4099a83d5306322b79e9c325145dba.zip | |
Fix typo s/drk/drm/.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deblob-2.6.33 | 4 | ||||
| -rwxr-xr-x | scripts/deblob-2.6.34 | 4 | ||||
| -rwxr-xr-x | scripts/deblob-2.6.35 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/scripts/deblob-2.6.33 b/scripts/deblob-2.6.33 index 2f6ef764f..9ed2c119e 100755 --- a/scripts/deblob-2.6.33 +++ b/scripts/deblob-2.6.33 @@ -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.33 extra=1 +kver=2.6.33 extra=1++ case $1 in --force) @@ -486,7 +486,7 @@ announce DRM_NOUVEAU - "Nouveau (nVidia) cards" reject_firmware drivers/gpu/drm/nouveau/nouveau_grctx.c clean_blob drivers/gpu/drm/nouveau/nouveau_grctx.c clean_blob drivers/gpu/drm/nouveau/nv50_graph.c -clean_kconfig drivers/gpu/drk/nouveau/Kconfig 'DRM_NOUVEAU' +clean_kconfig drivers/gpu/drm/nouveau/Kconfig 'DRM_NOUVEAU' clean_mk CONFIG_DRM_NOUVEAU drivers/gpu/drm/nouveau/Makefile announce DRM_MGA - "Matrox g200/g400" diff --git a/scripts/deblob-2.6.34 b/scripts/deblob-2.6.34 index dc3111b1b..77b39d8e7 100755 --- a/scripts/deblob-2.6.34 +++ b/scripts/deblob-2.6.34 @@ -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.34 extra=2 +kver=2.6.34 extra=2++ case $1 in --force) @@ -485,7 +485,7 @@ clean_mk CONFIG_MOXA_INTELLIO drivers/char/Makefile announce DRM_NOUVEAU - "Nouveau (nVidia) cards" reject_firmware drivers/gpu/drm/nouveau/nouveau_grctx.c clean_blob drivers/gpu/drm/nouveau/nouveau_grctx.c -clean_kconfig drivers/gpu/drk/nouveau/Kconfig 'DRM_NOUVEAU' +clean_kconfig drivers/gpu/drm/nouveau/Kconfig 'DRM_NOUVEAU' clean_mk CONFIG_DRM_NOUVEAU drivers/gpu/drm/nouveau/Makefile announce DRM_MGA - "Matrox g200/g400" diff --git a/scripts/deblob-2.6.35 b/scripts/deblob-2.6.35 index 163571645..321f53468 100755 --- a/scripts/deblob-2.6.35 +++ b/scripts/deblob-2.6.35 @@ -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.35 extra=3 +kver=2.6.35 extra=3++ case $1 in --force) @@ -485,7 +485,7 @@ clean_mk CONFIG_MOXA_INTELLIO drivers/char/Makefile announce DRM_NOUVEAU - "Nouveau (nVidia) cards" reject_firmware drivers/gpu/drm/nouveau/nouveau_grctx.c clean_blob drivers/gpu/drm/nouveau/nouveau_grctx.c -clean_kconfig drivers/gpu/drk/nouveau/Kconfig 'DRM_NOUVEAU' +clean_kconfig drivers/gpu/drm/nouveau/Kconfig 'DRM_NOUVEAU' clean_mk CONFIG_DRM_NOUVEAU drivers/gpu/drm/nouveau/Makefile announce DRM_MGA - "Matrox g200/g400" |

