mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
scripts/diffconfig.sh: fix handing of CONFIG_TARGET_MULTI_PROFILE
Fixes FS#43 Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
07e8cfed8a
commit
b80dfe4cde
@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
grep \^CONFIG_TARGET_ .config | head -n3 > tmp/.diffconfig.head
|
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=y' .config >> tmp/.diffconfig.head
|
||||||
grep '^CONFIG_ALL_KMODS=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_ALL_NONSHARED=y' .config >> tmp/.diffconfig.head
|
||||||
|
Loading…
Reference in New Issue
Block a user