1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Add od as depends for rpi firmware

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-12 20:47:36 +02:00
parent b1d8d39ee8
commit bbcaf4bf3d

View file

@ -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 +pciutils +python3-light +coreutils-od
TITLE:=BCM27xx EEPROM tools
endef