projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2e97ad
)
add kernel version dependency for BCMA/SSB GPIO
author
Johannes Berg
<johannes@sipsolutions.net>
Tue, 2 Apr 2013 09:45:39 +0000
(11:45 +0200)
committer
Johannes Berg
<johannes@sipsolutions.net>
Tue, 2 Apr 2013 09:46:30 +0000
(11:46 +0200)
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
dependencies
patch
|
blob
|
history
diff --git
a/dependencies
b/dependencies
index 0f07cc064713334b8e2725283079e6e892521af2..13a8e8a01fb1a77e7de183614eda00da38ec7fe1 100644
(file)
--- a/
dependencies
+++ b/
dependencies
@@
-53,3
+53,7
@@
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
+
+# struct gpio_chip only got the required members in 2.6.28
+BCMA_DRIVER_GPIO 2.6.28
+SSB_DRIVER_GPIO 2.6.28