mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,12 +4,20 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RTL8188EU_VERSION = 0924dc8fe0845358ed5b3c4c673126069469b3fc
|
||||
RTL8188EU_VERSION = 60cb0b5a3cfc95e3f2e6fc294a28d987096b0559
|
||||
RTL8188EU_SITE = $(call github,lwfinger,rtl8188eu,$(RTL8188EU_VERSION))
|
||||
RTL8188EU_LICENSE = GPL-2.0, proprietary (rtl8188eufw.bin firmware blob)
|
||||
RTL8188EU_LICENSE_FILES = COPYING
|
||||
RTL8188EU_MODULE_MAKE_OPTS = CONFIG_RTL8188EU=m
|
||||
|
||||
define RTL8188EU_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NET)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_WIRELESS)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_CFG80211)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_USB_SUPPORT)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_USB)
|
||||
endef
|
||||
|
||||
define RTL8188EU_INSTALL_FIRMWARE
|
||||
$(INSTALL) -D -m 644 $(@D)/rtl8188eufw.bin \
|
||||
$(TARGET_DIR)/lib/firmware/rtlwifi/rtl8188eufw.bin
|
||||
|
||||
Reference in New Issue
Block a user