From 359eb46241758b52922d7057bd5f35a24527ed86 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 5 Nov 2020 19:49:37 +0100 Subject: [PATCH] coreutils needed for bcm27xx-eeprom --- bcm27xx-eeprom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcm27xx-eeprom/Makefile b/bcm27xx-eeprom/Makefile index e69260e1e..8397130ae 100644 --- a/bcm27xx-eeprom/Makefile +++ b/bcm27xx-eeprom/Makefile @@ -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 +coreutils-od + DEPENDS:=bcm27xx-userland +blkid +pciutils +python3-light +coreutils +coreutils-od TITLE:=BCM27xx EEPROM tools endef