bcm27xx-eeprom: switch to bcm27xx-utils
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 26 Jan 2024 08:59:51 +0000 (09:59 +0100)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 28 Jan 2024 09:12:19 +0000 (10:12 +0100)
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>
utils/bcm27xx-eeprom/Makefile

index 326ba2c3fb022db8e888f008aa2d828da22fff4c..2d2fac5c4ae779a8545047e2a0f48695371dceba 100644 (file)
@@ -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