diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2013-04-02 11:00:23 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2013-04-02 11:00:23 +0200 |
commit | 845e8433c7c4692f7516fe29721b66fc03332fe1 (patch) | |
tree | 8af7440a9559f36413c56c89215c1f7d23860adb /dependencies | |
parent | 796461751c92a57030c03f668d168bf4caf3712f (diff) |
add rt2x00 LED dependency
We don't carry a patch to disable uses of blink_set() in
the LED API, so rt2x00 LED support must depend on 2.6.25.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dependencies b/dependencies index 4c354283..0f07cc06 100644 --- a/dependencies +++ b/dependencies @@ -49,3 +49,7 @@ DRM_NOUVEAU 3.3 # This requires proc_create(), and that doesn't exist before 2.6.24 LIBIPW_DEBUG 2.6.25 + +# blink_set is used unconditionally and we don't carry a patch, so +# this option must depend on 2.6.25 which got blink_set() +RT2X00_LIB_LEDS 2.6.25 |