diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-27 16:23:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-27 16:23:43 +0000 |
commit | e3ec30cad1a857b0aa20122187eb0788c8cfe50c (patch) | |
tree | 16c52de3fb93e328610483a43b8aa40f5c916383 /package/mac80211/patches/900-bash-location.patch | |
parent | 8ad6213f599436363534327a005eaac024bc08db (diff) | |
download | upstream-e3ec30cad1a857b0aa20122187eb0788c8cfe50c.tar.gz upstream-e3ec30cad1a857b0aa20122187eb0788c8cfe50c.tar.bz2 upstream-e3ec30cad1a857b0aa20122187eb0788c8cfe50c.zip |
mac80211: update to wireless-testing 2012-02-23
SVN-Revision: 30742
Diffstat (limited to 'package/mac80211/patches/900-bash-location.patch')
-rw-r--r-- | package/mac80211/patches/900-bash-location.patch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/package/mac80211/patches/900-bash-location.patch b/package/mac80211/patches/900-bash-location.patch deleted file mode 100644 index e8cab3337e..0000000000 --- a/package/mac80211/patches/900-bash-location.patch +++ /dev/null @@ -1,61 +0,0 @@ ---- a/scripts/admin-clean.sh -+++ b/scripts/admin-clean.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - if [ -d net ] ; then - make clean - fi ---- a/scripts/admin-refresh.sh -+++ b/scripts/admin-refresh.sh -@@ -1,3 +1,3 @@ --#!/bin/bash -+#!/usr/bin/env bash - ./scripts/admin-clean.sh $@ - ./scripts/admin-update.sh $@ ---- a/scripts/admin-update.sh -+++ b/scripts/admin-update.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - # - # Copyright 2007, 2008, 2010 Luis R. Rodriguez <mcgrof@winlab.rutgers.edu> - # ---- a/scripts/check_config.sh -+++ b/scripts/check_config.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - # This script checks the compat-wireless configuration file and if changes were made - # regenerates the compat_autoconf header. - ---- a/scripts/driver-select -+++ b/scripts/driver-select -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - # Copyright 2009 Luis R. Rodriguez <mcgrof@gmail.com> - # - # This script allows you to select your compat-wireless driver and ---- a/scripts/gen-compat-autoconf.sh -+++ b/scripts/gen-compat-autoconf.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - # - # Copyright 2007 Luis R. Rodriguez <mcgrof@winlab.rutgers.edu> - # ---- a/scripts/gen-stable-release.sh -+++ b/scripts/gen-stable-release.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - # Copyright 2009 Luis R. Rodriguez <mcgrof@gmail.com> - # - # You can use this to make stable compat-wireless releases ---- a/scripts/skip-colors -+++ b/scripts/skip-colors -@@ -1,2 +1,2 @@ --#!/bin/bash -+#!/usr/bin/env bash - perl -pe 's|(\e)\[(\d+)(;*)(\d*)(\w)||g' |