diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-19 23:34:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-19 23:34:46 +0000 |
commit | e86aa43d5ef26c90fc717d743b1e941d645c7448 (patch) | |
tree | 54f46d8f302604bdc2576462adad154689d9f390 | |
parent | 16aafe8dbcb4819cd956749c511a05d81066a9ce (diff) | |
download | mtk-20170518-e86aa43d5ef26c90fc717d743b1e941d645c7448.zip mtk-20170518-e86aa43d5ef26c90fc717d743b1e941d645c7448.tar.gz mtk-20170518-e86aa43d5ef26c90fc717d743b1e941d645c7448.tar.bz2 |
fix madwifi-tools defaults (use driver's defaults instead of specific board types)
SVN-Revision: 3015
-rw-r--r-- | openwrt/package/madwifi-tools/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/madwifi-tools/Config.in b/openwrt/package/madwifi-tools/Config.in index 8aff9f6..74cd756 100644 --- a/openwrt/package/madwifi-tools/Config.in +++ b/openwrt/package/madwifi-tools/Config.in @@ -9,7 +9,7 @@ config BR2_PACKAGE_MADWIFI_TOOLS_BASE prompt "madwifi-tools-base................ Utilities for configuring the Atheros Wifi driver" tristate select BR2_COMPILE_MADWIFI_TOOLS - default y if BR2_LINUX_2_6_BRCM + default BR2_PACKAGE_KMOD_MADWIFI default m if CONFIG_DEVEL help Driver utilities for Atheros 802.11a/b/g MiniPCI cards |