rpi-eeprom: use archs=.
This commit is contained in:
parent
807010ed20
commit
ca9781c0df
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'rpi-eeprom'
|
# Template file for 'rpi-eeprom'
|
||||||
pkgname=rpi-eeprom
|
pkgname=rpi-eeprom
|
||||||
version=2021.06.17
|
version=2021.06.17
|
||||||
revision=1
|
revision=2
|
||||||
_githash="cecc46f6878ff03ab87c1cdd3c17ca0b446546d2"
|
_githash="cecc46f6878ff03ab87c1cdd3c17ca0b446546d2"
|
||||||
|
archs="armv7* aarch64*"
|
||||||
wrksrc="${pkgname}-${_githash}"
|
wrksrc="${pkgname}-${_githash}"
|
||||||
only_for_archs="armv7* aarch64*"
|
|
||||||
conf_files="/etc/default/rpi-eeprom-update-default"
|
conf_files="/etc/default/rpi-eeprom-update-default"
|
||||||
depends="binutils pciutils python3 rpi-firmware rpi-userland"
|
depends="binutils pciutils python3 rpi-firmware rpi-userland"
|
||||||
short_desc="Bootloader and VL805 USB controller EEPROM update tool for RPi4"
|
short_desc="Bootloader and VL805 USB controller EEPROM update tool for RPi4"
|
||||||
|
|
Loading…
Reference in New Issue