diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 00:29:06 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 00:29:06 +0000 |
commit | 2f3454997f869ebabbe5d34b15a077f30ca8df33 (patch) | |
tree | 9ff04e1da9fa0e0aae82bb44b15fa314d1188ada | |
parent | 528be4937efe46ee443dfd343627cd8e4cbba366 (diff) |
Fix typo in config (missing tristate)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1037 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/kismet/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/kismet/Config.in b/openwrt/package/kismet/Config.in index 3329b01a9..5650ad669 100644 --- a/openwrt/package/kismet/Config.in +++ b/openwrt/package/kismet/Config.in @@ -7,6 +7,7 @@ config BR2_PACKAGE_KISMET config BR2_PACKAGE_KISMET_CLIENT prompt "kismet-client - the Kismet client" + tristate default m if CONFIG_DEVEL select BR2_PACKAGE_KISMET select BR2_PACKAGE_LIBNCURSES |