aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/0001-setup-interfaces-fix-vlan-raw-device.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-12 11:53:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-12 11:54:09 +0000
commita2063529aa18f102ac7c0a43ba12e62a18d13858 (patch)
tree629c3a28ac827532fb01d009867a9f27c047d391 /main/alpine-conf/0001-setup-interfaces-fix-vlan-raw-device.patch
parentf11bf4b27645bc44347dbac103578f44d7291a01 (diff)
downloadaports-a2063529aa18f102ac7c0a43ba12e62a18d13858.tar.bz2
aports-a2063529aa18f102ac7c0a43ba12e62a18d13858.tar.xz
main/alpine-conf: upgrade to 2.13.0
Diffstat (limited to 'main/alpine-conf/0001-setup-interfaces-fix-vlan-raw-device.patch')
-rw-r--r--main/alpine-conf/0001-setup-interfaces-fix-vlan-raw-device.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/alpine-conf/0001-setup-interfaces-fix-vlan-raw-device.patch b/main/alpine-conf/0001-setup-interfaces-fix-vlan-raw-device.patch
deleted file mode 100644
index 39298c4f51..0000000000
--- a/main/alpine-conf/0001-setup-interfaces-fix-vlan-raw-device.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 8201bedeef8250452bdcdf5db0699c12b7ff7066 Mon Sep 17 00:00:00 2001
-From: Natanael Copa <ncopa@alpinelinux.org>
-Date: Fri, 1 Mar 2013 10:54:12 +0000
-Subject: [PATCH] setup-interfaces: fix vlan-raw-device
-
-ref #1624
----
- setup-interfaces.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup-interfaces.in b/setup-interfaces.in
-index 263beec..54d861a 100755
---- a/setup-interfaces.in
-+++ b/setup-interfaces.in
-@@ -426,7 +426,7 @@ prompt_for_interfaces() {
- echo -e "\tbond-slaves $bond_slaves" >> interfaces
- fi
- if [ -n "$raw_device" ]; then
-- echo -e "\traw-device $raw_device" >> interfaces
-+ echo -e "\tvlan-raw-device $raw_device" >> interfaces
- fi
- case "$iface" in
- *.[0-9]*|vlan[0-9]*) PKGS="$PKGS vlan";;
---
-1.8.1.4
-