aboutsummaryrefslogtreecommitdiff
path: root/utils/bcm27xx-eeprom/Makefile
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2021-02-19 10:58:37 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2021-02-19 11:02:04 +0100
commit7bbf6d1d0cd17e32ee46b6e526d928ff25a0fa8e (patch)
tree2c716a6fe9901340f6a08cb65c152a05739668ea /utils/bcm27xx-eeprom/Makefile
parent78a36fea87bd7b18b1dc0c149f24a8d44d843cac (diff)
bcm27xx-eeprom: update to latest version
New eeprom firmwares support recently added RPi 400 and CM4. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'utils/bcm27xx-eeprom/Makefile')
-rw-r--r--utils/bcm27xx-eeprom/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/bcm27xx-eeprom/Makefile b/utils/bcm27xx-eeprom/Makefile
index 799c8afcc..d67893ac0 100644
--- a/utils/bcm27xx-eeprom/Makefile
+++ b/utils/bcm27xx-eeprom/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bcm27xx-eeprom
-PKG_VERSION:=fd2ea72b2677504f41298c9137647aa057f67f47
+PKG_VERSION:=3129546271da09dde04da5c9715db909b8e1e417
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/raspberrypi/rpi-eeprom/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=3a4e1db25db8188535ad0ad12a6e40e2ff927b20cd21b1b5ff783c2fde966308
+PKG_HASH:=8ae34dd286d777484e670284883c91831ca8bdd15cc90a069009fdf1016de40b
PKG_LICENSE:=BSD-3-Clause Custom
PKG_LICENSE_FILES:=LICENSE
@@ -21,7 +21,7 @@ TAR_CMD=$(HOST_TAR) -C $(1) $(TAR_OPTIONS)
define Package/bcm27xx-eeprom
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=bcm27xx-userland +blkid +pciutils +python3-light
+ DEPENDS:=bcm27xx-userland +blkid +coreutils +coreutils-od +pciutils +python3-light
TITLE:=BCM27xx EEPROM tools
endef