diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-23 12:21:12 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-23 12:21:12 +0000 |
commit | f5da7045b2ace1946e2d9179a2d64d93ce978c3f (patch) | |
tree | 713a0b5a1b5615e9bba867a1153dee8a035eb12c | |
parent | d2a5dab80514fe06f9125aa19412bdedbdfcf138 (diff) |
madwifi: upstream (0.9.4) is not supported on recent kernels, mark it as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14991 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/madwifi/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Config.in b/package/madwifi/Config.in index 0a5412a74f..6191ce2db4 100644 --- a/package/madwifi/Config.in +++ b/package/madwifi/Config.in @@ -16,7 +16,7 @@ config MADWIFI_STABLE bool "Use the OpenWrt stable version of madwifi" config MADWIFI_UPSTREAM - depends !LINUX_2_6_26 + depends BROKEN depends !TARGET_atheros bool "Use the upstream release version 0.9.4" |