diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-01-26 09:59:51 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-01-28 10:12:19 +0100 |
commit | bdbc7007b5f3940bc322e3cbec90f14515601950 (patch) | |
tree | 3bef1f0c914859e3c636d07fc1619a0583b2b385 /utils | |
parent | 651b7e1f92f0733c1d128a7fe3869def9f065954 (diff) |
bcm27xx-eeprom: switch to bcm27xx-utils
bcm27xx-userland is now deprecated and utils should be used instead.
https://github.com/raspberrypi/userland/commit/96a7334ae9d5fc9db7ac92e59852377df63f1848
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/bcm27xx-eeprom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/bcm27xx-eeprom/Makefile b/utils/bcm27xx-eeprom/Makefile index 326ba2c3f..2d2fac5c4 100644 --- a/utils/bcm27xx-eeprom/Makefile +++ b/utils/bcm27xx-eeprom/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bcm27xx-eeprom PKG_VERSION:=v.2024.01.05-2712 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/raspberrypi/rpi-eeprom/tar.gz/$(PKG_VERSION)? @@ -26,7 +26,7 @@ endef define Package/bcm27xx-eeprom $(call Package/bcm27xx-eeprom/Default) TITLE:=BCM27xx EEPROM tools - DEPENDS:=bcm27xx-userland +blkid +coreutils +coreutils-od +mount-utils +pciutils +python3-light + DEPENDS:=bcm27xx-utils +blkid +coreutils +coreutils-od +mount-utils +pciutils +python3-light endef define Package/bcm2711-eeprom |