X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Fdiffconfig.sh;h=d26e9a963469dbee6b71bc3fecfd42e6cb1e47f2;hb=0b4aafc9103455058056fc43a72c8efa2d64170d;hp=350886bff26f81db1cbfc0b5f45e657ee4608995;hpb=2ea108e68ae5df9a83b2438d863276d277e7adce;p=openwrt-github%2F.git diff --git a/scripts/diffconfig.sh b/scripts/diffconfig.sh index 350886bff2..d26e9a9634 100755 --- a/scripts/diffconfig.sh +++ b/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