Changes between Version 5 and Version 6 of linux/kernel
- Timestamp:
- 07/25/2018 10:32:15 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/kernel
v5 v6 118 118 1. Install pre-requisites: 119 119 {{{#!bash 120 apt-get install build-essential ncurses-dev bc u-boot-tools liblzo2-dev lzop git 120 apt-get install build-essential ncurses-dev bc u-boot-tools liblzo2-dev lzop git bison 121 121 }}} 122 122 * typically 'build-essential' provides enough for compiling, however we need a few other things for kernel development: