Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_XR819_XRADIO
bool "xr819-xradio"
depends on BR2_LINUX_KERNEL
help
Wireless driver for SDIO WiFi chip XR819
https://github.com/fifteenhex/xradio
comment "xr819-xradio driver needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL

View File

@@ -0,0 +1,4 @@
# Locally computed
sha256 7b78fc61d13a428a0d8a3d8dcffaa604d23b5a17c6e8e86d2e5e8372dcd17672 xr819-xradio-33f4b1c25eff0d9db7cbac19f36b130da9857f37.tar.gz
# Locally computed
sha256 db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73 LICENSE

View File

@@ -0,0 +1,13 @@
################################################################################
#
# xr819-xradio
#
################################################################################
XR819_XRADIO_VERSION = 33f4b1c25eff0d9db7cbac19f36b130da9857f37
XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
XR819_XRADIO_LICENSE = GPL-2.0
XR819_XRADIO_LICENSE_FILES = LICENSE
$(eval $(kernel-module))
$(eval $(generic-package))