From 0567e5959ffc2b6c9b957c80ce10a678b9f2e49f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 16 Apr 2015 07:51:23 +0200 Subject: [PATCH] -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 --- srcpkgs/bananapi-base/template | 4 ++-- srcpkgs/beaglebone-base/template | 4 ++-- srcpkgs/cubieboard2-base/template | 5 ++--- srcpkgs/odroid-u2-base/template | 4 ++-- srcpkgs/rpi-base/template | 4 ++-- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/srcpkgs/bananapi-base/template b/srcpkgs/bananapi-base/template index 282a6b4cf31..630a17b1df9 100644 --- a/srcpkgs/bananapi-base/template +++ b/srcpkgs/bananapi-base/template @@ -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 " 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. diff --git a/srcpkgs/beaglebone-base/template b/srcpkgs/beaglebone-base/template index dd60f46f6ae..d3d62ca143a 100644 --- a/srcpkgs/beaglebone-base/template +++ b/srcpkgs/beaglebone-base/template @@ -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 " 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" diff --git a/srcpkgs/cubieboard2-base/template b/srcpkgs/cubieboard2-base/template index 3e6ec2ad77f..a0794fd967e 100644 --- a/srcpkgs/cubieboard2-base/template +++ b/srcpkgs/cubieboard2-base/template @@ -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 " 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. diff --git a/srcpkgs/odroid-u2-base/template b/srcpkgs/odroid-u2-base/template index e59365797ce..dc159e799a1 100644 --- a/srcpkgs/odroid-u2-base/template +++ b/srcpkgs/odroid-u2-base/template @@ -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 " 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" diff --git a/srcpkgs/rpi-base/template b/srcpkgs/rpi-base/template index 12ffb7ef9bf..7882a451939 100644 --- a/srcpkgs/rpi-base/template +++ b/srcpkgs/rpi-base/template @@ -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 " 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