diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 18:26:35 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 18:26:35 +0000 |
commit | 97c31ddb562ac6e5829e29bf416fe94e8eec569f (patch) | |
tree | 5227ada8f5ff6d6270b23a19dc2354fba84785c7 /package/ndisc | |
parent | 436e81c542050e2d0fbba730912bb4ddb133abf6 (diff) |
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ndisc')
-rw-r--r-- | package/ndisc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ndisc/Config.in b/package/ndisc/Config.in index a1ae2dc6d1..5513edb0a6 100644 --- a/package/ndisc/Config.in +++ b/package/ndisc/Config.in @@ -1,7 +1,7 @@ menu "ndisc6............................ IPv6 discovery tools" config BR2_COMPILE_NDISC6 - bool + tristate default n depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6 || BR2_PACKAGE_TCPTRACEROUTE6 |