mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix rpi-eeprom to add vl805
This commit is contained in:
parent
993993cc11
commit
91edeb182c
1 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@ define Package/rpi-eeprom
|
|||
CATEGORY:=Raspberry Pi
|
||||
URL:=https://github.com/raspberrypi/rpi-eeprom
|
||||
TITLE:=rpi-eeprom
|
||||
DEPENDS:=+rpi-userland +fwtool
|
||||
DEPENDS:=+rpi-userland +fwtool +pciutils +blkid
|
||||
endef
|
||||
|
||||
define Package/rpi-eeprom/description
|
||||
|
@ -39,7 +39,8 @@ define Package/rpi-eeprom/install
|
|||
$(1)/usr/bin \
|
||||
$(1)/etc/default
|
||||
$(CP) $(PKG_BUILD_DIR)/rpi-eeprom-update $(1)/usr/bin
|
||||
$(CP) $(PKG_BUILD_DIR)/rpi-eeprom-update-default $(1)/etc/default
|
||||
$(CP) $(PKG_BUILD_DIR)/rpi-eeprom-update $(1)/usr/bin
|
||||
$(CP) $(PKG_BUILD_DIR)/firmware/vl805 $(1)/usr/bin
|
||||
$(CP) -r $(PKG_BUILD_DIR)/firmware/critical $(1)/lib/firmware/raspberrypi/bootloader/critical
|
||||
$(CP) -r $(PKG_BUILD_DIR)/firmware/beta $(1)/lib/firmware/raspberrypi/bootloader/beta
|
||||
endef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue