Skip to content

Commit

Permalink
bcm27xx-eeprom: switch to bcm27xx-utils
Browse files Browse the repository at this point in the history
bcm27xx-userland is now deprecated and utils should be used instead.
raspberrypi/userland@96a7334

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari authored and PeterFromSweden committed Feb 10, 2024
1 parent f8e7bda commit 3b7d680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/bcm27xx-eeprom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)?
Expand All @@ -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
Expand Down

0 comments on commit 3b7d680

Please sign in to comment.