Parcourir la source

scripts/diffconfig.sh: fix handing of CONFIG_TARGET_MULTI_PROFILE

Fixes FS#43

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau il y a 9 ans
Parent
commit
b80dfe4cde
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      scripts/diffconfig.sh

+ 1 - 0
scripts/diffconfig.sh

@@ -1,5 +1,6 @@
 #!/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