From: Johannes Berg Date: Tue, 2 Apr 2013 11:01:03 +0000 (+0200) Subject: disable BCMA_DRIVER_GPIO until 3.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e9b0a4dd042b6cfb76cb95ccc6d136dd0c8f9960;p=openwrt%2Fstaging%2Fblogic.git disable BCMA_DRIVER_GPIO until 3.0 Signed-off-by: Johannes Berg --- diff --git a/dependencies b/dependencies index fa19f5757b02..7bf43f3688cd 100644 --- a/dependencies +++ b/dependencies @@ -55,8 +55,16 @@ LIBIPW_DEBUG 2.6.25 RT2X00_LIB_LEDS 2.6.25 # struct gpio_chip only got the required members in 2.6.28 -BCMA_DRIVER_GPIO 2.6.28 +#BCMA_DRIVER_GPIO 2.6.28 SSB_DRIVER_GPIO 2.6.28 # shash was only added in 2.6.29 BT 2.6.29 + +# GPIOF_OUT_INIT_HIGH definitions were only moved +# out of #ifdef in kernel 3.0. These are required +# by some users of BCMA_DRIVER_GPIO. We'd better +# just backport the definitions, but right now +# this is easier. If you remove this, put the one +# above (2.6.28) back though! +BCMA_DRIVER_GPIO 3.0