1. 程式人生 > >Buildroot 指定內核版本

Buildroot 指定內核版本

onf specified pty -1 all cnblogs lin () ack

/********************************************************************************
 *                         Buildroot 指定內核版本
 * 說明:
 *     Linux版本算是挺多的了,不同芯片的內核版本一在一直往上走,文件系統的內核版本
 * 也要對應的跟上,之前也一直沒有設置好這個內核版本,只要直接填這個版本號就行了。
 *
 *                                              2017-9-1 深圳 龍華樟坑村 曾劍鋒
 ******************************************************************************
*/ 一、make menuconfig settings Toolchain ────────────────────────────────────────────────────────────────── ┌─────────────────────────────── Toolchain ───────────────────────────────┐ │ Arrow keys navigate the menu. <Enter> selects submenus ---> (or empty │ │ submenus ----). Highlighted letters are hotkeys. Pressing <Y> │ │ selectes a feature,
while <N> will exclude a feature. Press │ │ <Esc><Esc> to exit, <?> for Help, </> for Search. Legend: [*] feature │ │ ┌────^(-)─────────────────────────────────────────────────────────────┐ │ │ │ C library (uClibc-ng) ---> │ │ │ │
*** Kernel Header Options *** │ │ │ │ Kernel Headers (Manually specified Linux version) ---> │ │ │ │ (3.0.35) linux version │ │ │ │ Custom kernel headers series (3.0.x) ---> │ │ │ │ *** uClibc Options *** │ │ │ │ (package/uclibc/uClibc-ng.config) uClibc configuration file to us│ │ │ │ () Additional uClibc configuration fragment files │ │ │ └────┴(+)─────────────────────────────────────────────────────────────┘ │ ├─────────────────────────────────────────────────────────────────────────┤ │ <Select> < Exit > < Help > < Save > < Load > │ └─────────────────────────────────────────────────────────────────────────┘

Buildroot 指定內核版本