diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-23 12:21:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-23 12:21:12 +0000 |
commit | efdff492cd7621515d3c167f9ef9440d49c3ecbe (patch) | |
tree | 713a0b5a1b5615e9bba867a1153dee8a035eb12c /package/madwifi | |
parent | 8b8336ea7e258fc4c788109c55d52b6608838d2d (diff) | |
download | upstream-efdff492cd7621515d3c167f9ef9440d49c3ecbe.tar.gz upstream-efdff492cd7621515d3c167f9ef9440d49c3ecbe.tar.bz2 upstream-efdff492cd7621515d3c167f9ef9440d49c3ecbe.zip |
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
Diffstat (limited to 'package/madwifi')
-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" |