998-enable_wilink_platform_without_drivers.patch 528 B

123456789101112131415
  1. We use backports for driver updates - make sure we can compile in the glue code regardless
  2. Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
  3. --- a/drivers/net/wireless/ti/Kconfig
  4. +++ b/drivers/net/wireless/ti/Kconfig
  5. @@ -15,7 +15,7 @@ source "drivers/net/wireless/ti/wlcore/K
  6. config WILINK_PLATFORM_DATA
  7. bool "TI WiLink platform data"
  8. - depends on WLCORE_SDIO || WL1251_SDIO
  9. + depends on WLCORE_SDIO || WL1251_SDIO || ARCH_OMAP2PLUS
  10. default y
  11. ---help---
  12. Small platform data bit needed to pass data to the sdio modules.