fix madwifi-tools defaults (use driver's defaults instead of specific board types)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Jan 2006 23:34:46 +0000 (23:34 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Jan 2006 23:34:46 +0000 (23:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3015 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/madwifi-tools/Config.in

index 8aff9f6..74cd756 100644 (file)
@@ -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
This page took 0.029264 seconds and 4 git commands to generate.