summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/baselayout/files/baselayout-1.12.0_pre3-iwconfig.patch')
-rw-r--r--sys-apps/baselayout/files/baselayout-1.12.0_pre3-iwconfig.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/baselayout/files/baselayout-1.12.0_pre3-iwconfig.patch b/sys-apps/baselayout/files/baselayout-1.12.0_pre3-iwconfig.patch
deleted file mode 100644
index caccafda7e66..000000000000
--- a/sys-apps/baselayout/files/baselayout-1.12.0_pre3-iwconfig.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/rcscripts/net.modules.d/iwconfig 2005-07-30 11:57:14.000000000 +0200
-+++ lib/rcscripts/net.modules.d/iwconfig 2005-07-30 11:56:53.000000000 +0200
-@@ -806,7 +806,7 @@ iwconfig_configure() {
-
- iwconfig_connect_preferred "${iface}" && return 0
- [[ ${associate_order} == "forcepreferred" ]] \
-- && iwconfig_force_preferred "${iface} &&" return 0
-+ && iwconfig_force_preferred "${iface}" && return 0
- [[ ${associate_order} == "any" || ${associate_order} == "forceany" ]] \
- && iwconfig_connect_not_preferred "${iface}" && return 0
- fi