Skip to content

Commit

Permalink
package/rtl8189fs: enable required kernel options
Browse files Browse the repository at this point in the history
Enable Linux kernel configuration options required by the driver.
Those are wireless networking and sdio support.

Fixes:
- http://autobuild.buildroot.net/results/ed6e29e44333ccae2728ca3321ff876c3056eada/

Signed-off-by: Sergey Matyukevich <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
  • Loading branch information
geomatsi authored and arnout committed May 13, 2022
1 parent b2a569b commit c9cd65a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package/rtl8189fs/rtl8189fs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@ RTL8189FS_MODULE_MAKE_OPTS = \
KVER=$(LINUX_VERSION_PROBED) \
KSRC=$(LINUX_DIR)

define RTL8189FS_LINUX_CONFIG_FIXUPS
$(call KCONFIG_ENABLE_OPT,CONFIG_WIRELESS)
$(call KCONFIG_ENABLE_OPT,CONFIG_CFG80211)
$(call KCONFIG_ENABLE_OPT,CONFIG_MAC80211)
$(call KCONFIG_ENABLE_OPT,CONFIG_MMC)
endef

$(eval $(kernel-module))
$(eval $(generic-package))

0 comments on commit c9cd65a

Please sign in to comment.