Skip download of linux kernel and patches if it will not be built.
This commit is contained in:
parent
0596057894
commit
0c3f2f9c69
1 changed files with 3 additions and 0 deletions
|
@ -658,6 +658,9 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if
|
||||||
*/vim-*-lang* )
|
*/vim-*-lang* )
|
||||||
[[ "$VIMLANG" = "0" ]] && continue
|
[[ "$VIMLANG" = "0" ]] && continue
|
||||||
;;
|
;;
|
||||||
|
*linux/linux-* )
|
||||||
|
[[ -z "$CONFIG" ]] && [[ -z "$BOOT_CONFIG" ]] && continue
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Locations
|
# Locations
|
||||||
|
|
Reference in a new issue