瀏覽代碼

scripts/diffconfig.sh: reduce config output with CONFIG_ALL_KMODS

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 47461
Felix Fietkau 10 年之前
父節點
當前提交
9c611eccbf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripts/diffconfig.sh

+ 1 - 0
scripts/diffconfig.sh

@@ -1,6 +1,7 @@
 #!/bin/sh
 grep \^CONFIG_TARGET_ .config | head -n3 > tmp/.diffconfig.head
 grep '^CONFIG_ALL=y' .config >> tmp/.diffconfig.head
+grep '^CONFIG_ALL_KMODS=y' .config >> tmp/.diffconfig.head
 grep '^CONFIG_DEVEL=y' .config >> tmp/.diffconfig.head
 grep '^CONFIG_TOOLCHAINOPTS=y' .config >> tmp/.diffconfig.head
 ./scripts/config/conf --defconfig=tmp/.diffconfig.head -w tmp/.diffconfig.stage1 Config.in >/dev/null