mirror of https://github.com/hak5/openwrt.git
scripts/diffconfig.sh: fix handing of CONFIG_TARGET_MULTI_PROFILE
Fixes FS#43 Signed-off-by: Felix Fietkau <nbd@nbd.name>lede-17.01
parent
07e8cfed8a
commit
b80dfe4cde
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue