diff --git a/bcmkernel/scripts/bcm_git.sh b/bcmkernel/scripts/bcm_git.sh index 2d661b7dc3fafb8faf5c938f4d708164d3d0c4b9..a9506edc7db754767999e417074c5ffbbd1cd051 100755 --- a/bcmkernel/scripts/bcm_git.sh +++ b/bcmkernel/scripts/bcm_git.sh @@ -196,10 +196,7 @@ import_module() # move the files rsync -a "$repo/git_tmp/" "$repo/bcm963xx/" # sometimes they also include patches - apply_bsp_patch_script="$repo/bcm963xx/dopatch" # new patch script from 5.04L.04 - if ! [ -x "$apply_bsp_patch_script" ]; then - apply_bsp_patch_script="$repo/bcm963xx/apply_bsp_patch_all.sh" # old patch script - fi + local apply_bsp_patch_script="$repo/bcm963xx/dopatch" # new patch script from 5.04L.04 if [ -x "$apply_bsp_patch_script" ]; then echo "Applying bsp-patches using script $(basename "$apply_bsp_patch_script")" (cd "$(dirname "$apply_bsp_patch_script")" && "./$(basename "$apply_bsp_patch_script")" apply)