mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
rpi-base: depends on rpi-firmware not linux-firmware.
This commit is contained in:
parent
254cc4b33a
commit
673c2cbb53
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rpi-base'
|
# Template file for 'rpi-base'
|
||||||
pkgname=rpi-base
|
pkgname=rpi-base
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
short_desc="Void Linux RaspberryPi base files"
|
short_desc="Void Linux RaspberryPi base files"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
|
|
||||||
only_for_archs="armv6l"
|
only_for_archs="armv6l"
|
||||||
makedepends="ntp?ntp-daemon dhcpcd openssh-server rpi-kernel linux-firmware"
|
makedepends="ntp?ntp-daemon dhcpcd openssh-server rpi-firmware rpi-kernel"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
|
|
||||||
# Allow upgrades for compatibility.
|
# Allow upgrades for compatibility.
|
||||||
|
|
Loading…
Add table
Reference in a new issue