Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- patches/08-rename-config-options.patch | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/08-rename-config-options.patch b/patches/08-rename-config-options.patch index 5505018..605e477 100644 --- a/patches/08-rename-config-options.patch +++ b/patches/08-rename-config-options.patch @@ -122,15 +122,15 @@ CONFIG_BT_HIDP does not build with older kernel versions. hidp-objs := core.o sock.o --- a/drivers/net/wireless/wl12xx/Makefile +++ b/drivers/net/wireless/wl12xx/Makefile -@@ -8,9 +8,9 @@ wl12xx_sdio_test-objs = sdio_test.o +@@ -8,9 +8,9 @@ wl12xx_sdio_test-objs = sdio_test.o wl12xx-$(CONFIG_NL80211_TESTMODE) += testmode.o obj-$(CONFIG_WL12XX) += wl12xx.o obj-$(CONFIG_WL12XX_SPI) += wl12xx_spi.o -obj-$(CONFIG_WL12XX_SDIO) += wl12xx_sdio.o +obj-$(CONFIG_COMPAT_WL12XX_SDIO) += wl12xx_sdio.o --obj-$(CONFIG_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o -+obj-$(CONFIG_COMPAT_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o +-obj-$(CONFIG_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o ++obj-$(CONFIG_COMPAT_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o # small builtin driver bit obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx_platform_data.o -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html