Changes between Version 24 and Version 25 of newport/bsp
- Timestamp:
- 03/28/2019 05:18:58 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v24 v25 112 112 }}} 113 113 - your modified defconfig is now in linux/defconfig if you want to save it away somewhere 114 * copy your modified defconfig over the newport_defconfig (because 'make kernel_image' will always revert to newport_defconfig) 115 {{{#!bash 116 cp linux/defconfig linux/arch/arm64/configs/newport_defconfig 117 }}} 114 118 * Build kernel tarball: 115 119 {{{#!bash