Bump buidlroot version to 2018.02.6
This commit is contained in:
10
bsp/buildroot/package/xr819-xradio/Config.in
Normal file
10
bsp/buildroot/package/xr819-xradio/Config.in
Normal 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
|
||||
4
bsp/buildroot/package/xr819-xradio/xr819-xradio.hash
Normal file
4
bsp/buildroot/package/xr819-xradio/xr819-xradio.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally computed
|
||||
sha256 7b78fc61d13a428a0d8a3d8dcffaa604d23b5a17c6e8e86d2e5e8372dcd17672 xr819-xradio-33f4b1c25eff0d9db7cbac19f36b130da9857f37.tar.gz
|
||||
# Locally computed
|
||||
sha256 db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73 LICENSE
|
||||
13
bsp/buildroot/package/xr819-xradio/xr819-xradio.mk
Normal file
13
bsp/buildroot/package/xr819-xradio/xr819-xradio.mk
Normal 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))
|
||||
Reference in New Issue
Block a user