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:
10
package/rtl8821au/Config.in
Normal file
10
package/rtl8821au/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
comment "rtl8821au needs a Linux kernel to be built"
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
|
||||
config BR2_PACKAGE_RTL8821AU
|
||||
bool "rtl8821au"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
help
|
||||
rtl8821au wifi driver
|
||||
|
||||
https://github.com/paralin/rtl8821au
|
||||
2
package/rtl8821au/rtl8821au.hash
Normal file
2
package/rtl8821au/rtl8821au.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 23889fe4bf518dbadcbfac613f64a74bbce177267d9337a98843e4e7de8f1896 rtl8821au-b018b446fb0729fa659e7eead475d6c13f192642.tar.gz
|
||||
19
package/rtl8821au/rtl8821au.mk
Normal file
19
package/rtl8821au/rtl8821au.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# rtl8821au
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RTL8821AU_VERSION = b018b446fb0729fa659e7eead475d6c13f192642
|
||||
RTL8821AU_SITE = $(call github,abperiasamy,rtl8812AU_8821AU_linux,$(RTL8821AU_VERSION))
|
||||
RTL8821AU_LICENSE = GPL-2.0
|
||||
RTL8821AU_LICENSE_FILES = LICENSE
|
||||
|
||||
RTL8821AU_MODULE_MAKE_OPTS = \
|
||||
CONFIG_RTL8812AU_8821AU=m \
|
||||
KVER=$(LINUX_VERSION_PROBED) \
|
||||
USER_EXTRA_CFLAGS="-DCONFIG_$(call qstrip,$(BR2_ENDIAN))_ENDIAN \
|
||||
-Wno-error"
|
||||
|
||||
$(eval $(kernel-module))
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user