Changes between Version 17 and Version 18 of linux/kernel


Ignore:
Timestamp:
07/29/2019 05:19:12 PM (5 years ago)
Author:
Cale Collins
Comment:

added bash syntax to code example

Legend:

Unmodified
Added
Removed
Modified
  • linux/kernel

    v17 v18  
    276276 * Ventana prebuilt kernel: [http://dev.gateworks.com/ventana/images/]
    277277 * Note, for example, on a running Gateworks Newport SBC using Ubuntu, do not use the below command, because this will install the Ubuntu kernel headers which do not match the Gateworks kernel:
    278 {{{
     278{{{#!bash
    279279apt-get install linux-headers-generic #Do not use this command.
    280280}}}