mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
20
package/rtl8188eu/rtl8188eu.mk
Normal file
20
package/rtl8188eu/rtl8188eu.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# rtl8188eu
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RTL8188EU_VERSION = 4b0ecca485b9f11f58670b69aa9f90ecad7da02f
|
||||
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_INSTALL_FIRMWARE
|
||||
$(INSTALL) -D -m 644 $(@D)/rtl8188eufw.bin \
|
||||
$(TARGET_DIR)/lib/firmware/rtlwifi/rtl8188eufw.bin
|
||||
endef
|
||||
RTL8188EU_POST_INSTALL_TARGET_HOOKS += RTL8188EU_INSTALL_FIRMWARE
|
||||
|
||||
$(eval $(kernel-module))
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user