[openwrt/openwrt] bcm27xx-userland: update to latest version

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 21 10:39:59 PDT 2021


noltari pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/25d9fe8468451f1e0ddeb70ac3aa722f947311ed

commit 25d9fe8468451f1e0ddeb70ac3aa722f947311ed
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Sat Aug 21 19:03:24 2021 +0200

    bcm27xx-userland: update to latest version
    
    Properly recognise all BCM2711 variants
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 package/utils/bcm27xx-userland/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/utils/bcm27xx-userland/Makefile b/package/utils/bcm27xx-userland/Makefile
index b38e11d074..8114fd6289 100644
--- a/package/utils/bcm27xx-userland/Makefile
+++ b/package/utils/bcm27xx-userland/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bcm27xx-userland
-PKG_VERSION:=3fd8527eefd8790b4e8393458efc5f94eb21a615
+PKG_VERSION:=97bc8180ad682b004ea224d1db7b8e108eda4397
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/raspberrypi/userland/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=7de1527d8e9bb7632f68aa083d3b79b44fa711360e3292d59e330e0591c65ebd
+PKG_HASH:=d67def03931215f41b741aed5a3a1bc2bd62fa33f5cc14692e9a4d65f2e0ea27
 
 PKG_FLAGS:=nonshared
 



More information about the lede-commits mailing list