Bump buidlroot version to 2018.02.6
This commit is contained in:
10
bsp/buildroot/package/rtl8189fs/Config.in
Normal file
10
bsp/buildroot/package/rtl8189fs/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_RTL8189FS
|
||||
bool "rtl8189fs"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
help
|
||||
Wireless driver rtl8189fs.
|
||||
|
||||
https://github.com/jwrdegoede/rtl8189ES_linux.git
|
||||
|
||||
comment "rtl8189fs needs a Linux kernel to be built"
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
2
bsp/buildroot/package/rtl8189fs/rtl8189fs.hash
Normal file
2
bsp/buildroot/package/rtl8189fs/rtl8189fs.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 93472471e1769f92984792f40a0898dd8dd02122d745d48e8edd1a8cc869bc82 rtl8189fs-569bdb91f2cc76e2f5b77df42471db2a62fd2376.tar.gz
|
||||
17
bsp/buildroot/package/rtl8189fs/rtl8189fs.mk
Normal file
17
bsp/buildroot/package/rtl8189fs/rtl8189fs.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# rtl8189fs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RTL8189FS_VERSION = 569bdb91f2cc76e2f5b77df42471db2a62fd2376
|
||||
RTL8189FS_SITE = $(call github,jwrdegoede,rtl8189ES_linux,$(RTL8189FS_VERSION))
|
||||
RTL8189FS_LICENSE = GPL-2.0
|
||||
|
||||
RTL8189FS_MODULE_MAKE_OPTS = \
|
||||
CONFIG_RTL8189FS=m \
|
||||
KVER=$(LINUX_VERSION_PROBED) \
|
||||
KSRC=$(LINUX_DIR)
|
||||
|
||||
$(eval $(kernel-module))
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user