X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fdiffconfig.sh;h=bdaf1a1cda10ac125bad9aa7dba3f4148c26a838;hb=e0ed6ec667c74ae48694808626d3bf00bea12b2b;hp=f195d1849bdc75561b56303554bc993e5bc87d33;hpb=edd87061ec872ea539e95bcea71c80e2fc5bc3d4;p=openwrt%2Fopenwrt.git diff --git a/scripts/diffconfig.sh b/scripts/diffconfig.sh index f195d1849b..bdaf1a1cda 100755 --- a/scripts/diffconfig.sh +++ b/scripts/diffconfig.sh @@ -1,7 +1,9 @@ #!/bin/sh grep \^CONFIG_TARGET_ .config | head -n3 > tmp/.diffconfig.head +grep \^CONFIG_TARGET_DEVICE_ .config >> tmp/.diffconfig.head grep '^CONFIG_ALL=y' .config >> tmp/.diffconfig.head grep '^CONFIG_ALL_KMODS=y' .config >> tmp/.diffconfig.head +grep '^CONFIG_ALL_NONSHARED=y' .config >> tmp/.diffconfig.head grep '^CONFIG_DEVEL=y' .config >> tmp/.diffconfig.head grep '^CONFIG_TOOLCHAINOPTS=y' .config >> tmp/.diffconfig.head grep '^CONFIG_BUSYBOX_CUSTOM=y' .config >> tmp/.diffconfig.head