Match whole words when changing .config options
authorMalte Starostik <m-starostik@versanet.de>
Sun, 18 Jul 2010 20:16:48 +0000 (22:16 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 18 Jul 2010 20:46:06 +0000 (22:46 +0200)
commit0383d48a5e61db900171ae74d4d2dfe30c420d04
tree8753d0aa8a70196f49b395f202f0b53dc081cdb5
parentad36fcdda0de654e7da5ba84015b92e48a576e69
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: Malte Starostik <m-starostik@versanet.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.package.in