GNU/Linux >> Linux の 問題 >  >> Linux

Linux –「makeLocalmodconfig」は何をしますか?

make localmodconfigとは何ですか 外部ハードウェアがサポートされるように、何を設定する必要がありますか?

承認された回答:

カーネルのREADMEから:

「makelocalmodconfig」現在の構成とロードされたモジュール(lsmod)に基づいて構成を作成します。
ロードされたモジュールに不要なモジュール
オプションを無効にします。

別のマシンのlocalmodconfigを作成するには、
そのマシンのlsmodをファイルに保存し、
それをLSMODパラメータとして渡します。

               target$ lsmod > /tmp/mylsmod
               target$ scp /tmp/mylsmod host:/tmp

               host$ make LSMOD=/tmp/mylsmod localmodconfig

上記はクロスコンパイル時にも機能します。

 "make localyesconfig" Similar to localmodconfig, except it will convert
                       all module options to built in (=y) options.

Linux
  1. Linuxコマンドが何をするかを知る方法

  2. 何をしますか?

  3. Linuxでpythonプログラムを実行可能にするために何を使用しますか

  1. 「lc_all=c」は何をしますか?

  2. Linux カーネルがプリエンプティブであるとはどういう意味ですか?

  3. Unix/Linux での負荷平均とはどういう意味ですか?

  1. Linux – Linuxの「nointremap」オプションは何をしますか?

  2. エコー$は何ですか?行う??

  3. Linux カーネルの makefile で make oldconfig が正確に行うことは何ですか?