From 142477e75112f0c3a21d43a1b36922d46c67bd33 Mon Sep 17 00:00:00 2001 From: Krystian Kozak Date: Sun, 27 May 2018 21:58:07 +0200 Subject: [PATCH] b43-tools: update to latest git HEAD 122ca37 Rename bits in hostflags to match new identifiers for the hostflags 32c2a3c Change order of identifiers to be ascending with the spr numbers f7016b5 Remove definitions which are not Broadcom specific b77c0a3 debug: Fix ordering of HF bits 3f46e61 fwcutter: Add firmware 9.10.178.27 27892ef fwcutter/make: Avoid _DEFAULT_SOURCE warning Signed-off-by: Krystian Kozak --- tools/b43-tools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/b43-tools/Makefile b/tools/b43-tools/Makefile index 4afaeae9cf..a99b0c9e53 100644 --- a/tools/b43-tools/Makefile +++ b/tools/b43-tools/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=b43-tools -PKG_VERSION:=019 +PKG_DATE:=2017-09-13 PKG_SOURCE_URL:=https://github.com/mbuesch/b43-tools.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME) -PKG_SOURCE_VERSION:=8dce53297966b31b6c70a7a03c2433978dd9f288 -PKG_MIRROR_HASH:=247eb0297f14fbcc828685cc353150f30fa03bf886e7a477aadc4161d9c0458d +PKG_SOURCE_VERSION:=27892ef741e7f1d08cb939744f8b8f5dac7b04ae +PKG_MIRROR_HASH:=f914c36ac566e9e3b5a3a04de16ddb014fcad6a1cf25cdd8e4825c708d28d3f4 HOST_BUILD_DIR=$(BUILD_DIR_HOST)/$(PKG_NAME) include $(INCLUDE_DIR)/host-build.mk -- 2.30.2