wongsyrone / LinuxNotes

Some Notes related to GNU/Linux here
89 stars 29 forks source link

必须先选择好目标(target)类型才能执行 make defconfig #20

Open zwzhou opened 8 years ago

zwzhou commented 8 years ago

必须先选择好目标(target)类型才能执行 make defconfig

这里没说如何选择目标,例如 ar71xx

echo CONFIG_TARGET_ar71xx=y > .config

wongsyrone commented 8 years ago

这段文字当时主要是翻译的官方wiki,目前如果没有target,会默认使用ar71xx,而且只需要使用make menuconfig,修改内核的配置是make kernel_menuconfig CONFIG_TARGET=subtarget