<platform>-base: depend on linux-firmware-network.
This makes the base platform pkg have support for all ethernet/wifi modules available by default in its kernel. Close #1321
This commit is contained in:
parent
d4dbb0aabf
commit
0567e5959f
5 changed files with 10 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bananapi-base'
|
||||
# Based on odroid-u2-base
|
||||
pkgname=bananapi-base
|
||||
version=1.2
|
||||
version=2.3
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -10,7 +10,7 @@ maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
|||
license="Public Domain"
|
||||
|
||||
only_for_archs="armv7l"
|
||||
depends="virtual?ntp-daemon sun7i-kernel bananapi-uboot"
|
||||
depends="virtual?ntp-daemon sun7i-kernel bananapi-uboot linux-firmware-network"
|
||||
|
||||
do_install() {
|
||||
# Load the sunxi-gmac module by default.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'beaglebone-base'
|
||||
pkgname=beaglebone-base
|
||||
version=1.4
|
||||
version=2.3
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -8,4 +8,4 @@ short_desc="Void Linux BeagleBone/BeagleBone Black platform package"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Public Domain"
|
||||
only_for_archs="armv7l"
|
||||
depends="virtual?ntp-daemon beaglebone-uboot beaglebone-kernel"
|
||||
depends="virtual?ntp-daemon beaglebone-uboot beaglebone-kernel linux-firmware-network"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cubieboard2-base'
|
||||
pkgname=cubieboard2-base
|
||||
version=2.2
|
||||
version=2.3
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -9,8 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Public Domain"
|
||||
|
||||
only_for_archs="armv7l"
|
||||
depends="virtual?ntp-daemon cubieboard2-uboot sun7i-kernel"
|
||||
replaces="cubieboard2-kernel>=0"
|
||||
depends="virtual?ntp-daemon cubieboard2-uboot sun7i-kernel linux-firmware-network"
|
||||
|
||||
do_install() {
|
||||
# Load the sunxi-emac module by default.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'odroid-u2-base'
|
||||
pkgname=odroid-u2-base
|
||||
version=2.1
|
||||
version=2.3
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Enno Boland <eb@s01.de>"
|
|||
license="Public Domain"
|
||||
|
||||
only_for_archs="armv7l"
|
||||
depends="virtual?ntp-daemon odroid-u2-kernel odroid-u2-uboot odroid-u2-boot-fw"
|
||||
depends="virtual?ntp-daemon odroid-u2-kernel odroid-u2-uboot odroid-u2-boot-fw linux-firmware-network"
|
||||
|
||||
conf_files=/etc/default/odroid-led
|
||||
build_options="systemd"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rpi-base'
|
||||
pkgname=rpi-base
|
||||
version=2.1
|
||||
version=2.3
|
||||
revision=1
|
||||
homepage="http://www.voidlinux.eu"
|
||||
short_desc="Void Linux RaspberryPi base files"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Public Domain"
|
||||
|
||||
only_for_archs="armv6l armv7l"
|
||||
depends="virtual?ntp-daemon rpi-firmware rpi-kernel"
|
||||
depends="virtual?ntp-daemon rpi-firmware rpi-kernel linux-firmware-network"
|
||||
|
||||
do_install() {
|
||||
if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
|
||||
|
|
Loading…
Reference in a new issue