diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-24 00:29:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-24 00:29:06 +0000 |
commit | 9f78c00ac26e80f4f9d855ef0300be1c29fe6fc0 (patch) | |
tree | 40d44ee787079e33fb8addff3af75388deb882c3 /package/kismet/Config.in | |
parent | 34fb03bd424fa10983bb997c9f246f1c2c214d4b (diff) | |
download | upstream-9f78c00ac26e80f4f9d855ef0300be1c29fe6fc0.tar.gz upstream-9f78c00ac26e80f4f9d855ef0300be1c29fe6fc0.tar.bz2 upstream-9f78c00ac26e80f4f9d855ef0300be1c29fe6fc0.zip |
Fix typo in config (missing tristate)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1037 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kismet/Config.in')
-rw-r--r-- | package/kismet/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kismet/Config.in b/package/kismet/Config.in index 3329b01a95..5650ad669a 100644 --- a/package/kismet/Config.in +++ b/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 |