diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:26:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:26:35 +0000 |
commit | 7c3871569458ab2a497937f68e81172bfc0e7802 (patch) | |
tree | 80b6c4a94b3c97ed390dcd123f2c791327f7faa7 /openwrt/package/kismet | |
parent | 439b8bac004b39878f4db038d8730887edd115ba (diff) | |
download | mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.zip mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.tar.gz mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.tar.bz2 |
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
SVN-Revision: 2388
Diffstat (limited to 'openwrt/package/kismet')
-rw-r--r-- | openwrt/package/kismet/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/kismet/Config.in b/openwrt/package/kismet/Config.in index 6a5fbeb..425ec6c 100644 --- a/openwrt/package/kismet/Config.in +++ b/openwrt/package/kismet/Config.in @@ -1,7 +1,7 @@ #menu "kismet............................ An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system" config BR2_COMPILE_KISMET - bool + tristate default n depends BR2_PACKAGE_KISMET_CLIENT || BR2_PACKAGE_KISMET_DRONE || BR2_PACKAGE_KISMET_SERVER |