Changes between Version 34 and Version 35 of linux/kernel
- Timestamp:
- 03/07/2024 11:58:30 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/kernel
v34 v35 110 110 1. Install pre-requisites: 111 111 {{{#!bash 112 apt -get install build-essential ncurses-dev bc u-boot-tools liblzo2-dev lzop git bison112 apt install build-essential ncurses-dev bc u-boot-tools liblzo2-dev lzop git bison flex openssl libssl-dev 113 113 }}} 114 114 * typically 'build-essential' provides enough for compiling, however we need a few other things for kernel development: