From: Johannes Berg Date: Tue, 2 Apr 2013 09:45:39 +0000 (+0200) Subject: add kernel version dependency for BCMA/SSB GPIO X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c1464bcadd32aa45cbd9bf46a7d382743c33aacd;p=openwrt%2Fstaging%2Fblogic.git add kernel version dependency for BCMA/SSB GPIO Signed-off-by: Johannes Berg --- diff --git a/dependencies b/dependencies index 0f07cc064713..13a8e8a01fb1 100644 --- 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