diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-10-23 19:31:59 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-10-23 19:31:59 +0000 |
commit | 7749175e007b4fbd53d08b712201ecf27f173aec (patch) | |
tree | f48382f894dc4af4afa3c65af9e3b66fdb7f1934 /legacy/mkinitfs/0001-features-virtio_net-depends-on-virtio_pci.patch | |
parent | 348791237928aa54acc58bfc9e52a419dcec328d (diff) | |
download | packages-7749175e007b4fbd53d08b712201ecf27f173aec.tar.gz packages-7749175e007b4fbd53d08b712201ecf27f173aec.tar.bz2 packages-7749175e007b4fbd53d08b712201ecf27f173aec.tar.xz packages-7749175e007b4fbd53d08b712201ecf27f173aec.zip |
legacy/: remove permanently dead packages
Diffstat (limited to 'legacy/mkinitfs/0001-features-virtio_net-depends-on-virtio_pci.patch')
-rw-r--r-- | legacy/mkinitfs/0001-features-virtio_net-depends-on-virtio_pci.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/legacy/mkinitfs/0001-features-virtio_net-depends-on-virtio_pci.patch b/legacy/mkinitfs/0001-features-virtio_net-depends-on-virtio_pci.patch deleted file mode 100644 index 8b01d294a..000000000 --- a/legacy/mkinitfs/0001-features-virtio_net-depends-on-virtio_pci.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 56d4208345b8da08ada6e6176a0a46cf94f89516 Mon Sep 17 00:00:00 2001 -From: Carlo Landmeter <clandmeter@alpinelinux.org> -Date: Sun, 29 Apr 2018 21:14:36 +0000 -Subject: [PATCH] features: virtio_net depends on virtio_pci - ---- - features.d/network.modules | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/features.d/network.modules b/features.d/network.modules -index caa37a8..e4f084c 100644 ---- a/features.d/network.modules -+++ b/features.d/network.modules -@@ -2,4 +2,5 @@ kernel/drivers/net/ethernet - kernel/net/packet/af_packet.ko - kernel/drivers/net/hyperv - kernel/drivers/net/vmxnet3 --kernel/drivers/net/virtio_net* -+kernel/drivers/virtio/virtio_pci.ko -+kernel/drivers/net/virtio_net.ko --- -2.17.0 - |