Changes between Version 5 and Version 6 of linux/kernel


Ignore:
Timestamp:
07/25/2018 10:32:15 PM (6 years ago)
Author:
Shiv Khanna
Comment:

added bison to build dependencies for newer kernels

Legend:

Unmodified
Added
Removed
Modified
  • linux/kernel

    v5 v6  
    1181181. Install pre-requisites:
    119119{{{#!bash
    120 apt-get install build-essential ncurses-dev bc u-boot-tools liblzo2-dev lzop git
     120apt-get install build-essential ncurses-dev bc u-boot-tools liblzo2-dev lzop git bison
    121121}}}
    122122  * typically 'build-essential' provides enough for compiling, however we need a few other things for kernel development: