config.in
来自「sm86xx rootfs来源包括补丁( GPL )的」· IN 代码 · 共 38 行
IN
38 行
config BR2_PACKAGE_BUSYBOX bool "busybox" default y help The Swiss Army Knife of embedded Linux. It slices, it dices, it makes Julian Fries. http://busybox.net/ Most people will answer Y.comment "Busybox Options"choice prompt "busybox version" default BR2_BUSYBOX_VERSION_1_0_0 help Select the version of busybox. config BR2_BUSYBOX_VERSION_1_0_0 bool "busybox 1.00"# config BR2_BUSYBOX_VERSION_1_2_2_1# bool "busybox 1.2.2.1" config BR2_BUSYBOX_VERSION_1_5_0 bool "busybox 1.5.0"endchoiceconfig BR2_BUSYBOX_VERSION string default "1.00" if BR2_BUSYBOX_VERSION_1_0_0 default "1.2.2.1" if BR2_BUSYBOX_VERSION_1_2_2_1 default "1.5.0" if BR2_BUSYBOX_VERSION_1_5_0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?