⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 最新的文件系统生成工具
💻 IN
字号:
# Choose the kernel headers to use for kernel-headers target. This is# ignored if you are building your own kernel or using the system kernel.#comment "Kernel Header Options"choice	prompt "Kernel Headers"	default BR2_KERNEL_HEADERS_2_4_31	help	  Select the version of kernel header files you wish to use.	  You must select the correct set of header files to match	  the kernel you intend to use on your target system.	config BR2_KERNEL_HEADERS_2_4_25		bool "Linux 2.4.25 kernel headers"	config BR2_KERNEL_HEADERS_2_4_27		bool "Linux 2.4.27 kernel headers"	config BR2_KERNEL_HEADERS_2_4_29		bool "Linux 2.4.29 kernel headers"	config BR2_KERNEL_HEADERS_2_4_31		bool "Linux 2.4.31 kernel headers"	config BR2_KERNEL_HEADERS_2_6_11		bool "Linux 2.6.11 kernel headers"	config BR2_KERNEL_HEADERS_2_6_12		bool "Linux 2.6.12 kernel headers"endchoiceconfig BR2_DEFAULT_KERNEL_HEADERS	string	default "2.4.25"    if BR2_KERNEL_HEADERS_2_4_25	default "2.4.27"    if BR2_KERNEL_HEADERS_2_4_27	default "2.4.29"    if BR2_KERNEL_HEADERS_2_4_29	default "2.4.31"    if BR2_KERNEL_HEADERS_2_4_31	default "2.6.11"    if BR2_KERNEL_HEADERS_2_6_11	default "2.6.12"    if BR2_KERNEL_HEADERS_2_6_12

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -