diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 18:02:55 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 18:02:55 +0000 |
commit | 3d959eea793d33cf425f5578143449f072c9bd11 (patch) | |
tree | c9bcea07a76483c50f77dfd9b8a3835428bdf46f /openwrt/package | |
parent | 8f5b87ca4186d5b49fcd40f92091fd3dc348dadc (diff) |
fix wrong menuconfig dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2356 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/snort-wireless/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/snort-wireless/Config.in b/openwrt/package/snort-wireless/Config.in index 3141d43de..bdcc4c624 100644 --- a/openwrt/package/snort-wireless/Config.in +++ b/openwrt/package/snort-wireless/Config.in @@ -26,7 +26,7 @@ choice config BR2_PACKAGE_SNORT_WIRELESS_BASIC prompt "snort-wireless.................. without database support" tristate - select BR2_PACKAGE_SNORT_WIRELESS + select BR2_COMPILE_SNORT_WIRELESS select BR2_PACKAGE_LIBNET select BR2_PACKAGE_LIBPCAP select BR2_PACKAGE_LIBPCRE @@ -34,7 +34,7 @@ choice config BR2_PACKAGE_SNORT_WIRELESS_MYSQL prompt "snort-wireless-mysql............ with MySQL database support" tristate - select BR2_PACKAGE_SNORT_WIRELESS + select BR2_COMPILE_SNORT_WIRELESS select BR2_PACKAGE_LIBNET select BR2_PACKAGE_LIBPCAP select BR2_PACKAGE_LIBPCRE @@ -43,7 +43,7 @@ choice config BR2_PACKAGE_SNORT_WIRELESS_PGSQL prompt "snort-wireless-pgsql............ with PostgreSQL database support" tristate - select BR2_PACKAGE_SNORT_WIRELESS + select BR2_COMPILE_SNORT_WIRELESS select BR2_PACKAGE_LIBNET select BR2_PACKAGE_LIBPCAP select BR2_PACKAGE_LIBPCRE @@ -52,7 +52,7 @@ choice config BR2_PACKAGE_SNORT_WIRELESS_CUSTOM prompt "snort-wireless-custom........... customized to your needs" tristate - select BR2_PACKAGE_SNORT_WIRELESS + select BR2_COMPILE_SNORT_WIRELESS select BR2_PACKAGE_LIBNET select BR2_PACKAGE_LIBPCAP select BR2_PACKAGE_LIBPCRE |