Skip to content
Commit 0383d48a authored by Malte Starostik's avatar Malte Starostik Committed by Peter Korsgaard
Browse files

Match whole words when changing .config options



Make KCONFIG_{ENABLE,DISABLE,SET}_OPT match whole words only.
Fixes that BR_INET_IPV6 enables CONFIG_IPV6 in the kernel's
.config, but also nukes everything with "CONFIG_IPV6" in its name, e.g.
CONFIG_IPV6_PRIVACY.  This in turn causes any IPv6 options in a custom
kernel .config to be lost and oldconfig going interactive.

Signed-off-by: default avatarMalte Starostik <m-starostik@versanet.de>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent ad36fcdd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment