diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-19 23:34:46 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-19 23:34:46 +0000 |
commit | f1e5afae2323598f57f53dd9d6d07829de6d6609 (patch) | |
tree | 1c638e80ceeb69d8faf9160593f27a94bef85b5b /openwrt | |
parent | bfdc92757261f1d5783e97931c32360b6fadad15 (diff) |
fix madwifi-tools defaults (use driver's defaults instead of specific board types)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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 8aff9f621..74cd756fd 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 |