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 | 5ed428670bad16fff68d6e60d250d48bec7c9725 (patch) | |
| tree | 9ff04e1da9fa0e0aae82bb44b15fa314d1188ada | |
| parent | 3433f81c838ba57f16ccd8b7280b316c32e35e95 (diff) | |
| download | mtk-20170518-5ed428670bad16fff68d6e60d250d48bec7c9725.zip mtk-20170518-5ed428670bad16fff68d6e60d250d48bec7c9725.tar.gz mtk-20170518-5ed428670bad16fff68d6e60d250d48bec7c9725.tar.bz2 | |
Fix typo in config (missing tristate)
SVN-Revision: 1037
| -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 3329b01..5650ad6 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 |
