aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/layerscape/restool/patches/0001-scripts-move-shebang-on-the-first-line.patch
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2018-01-11 17:23:00 +0800
committerJohn Crispin <john@phrozen.org>2018-02-13 10:01:49 +0100
commit3a0fa1e7b860c600256f102d07356964821e7d7e (patch)
tree9700f4a5ff50935a64a7372787041ecca9626733 /package/network/utils/layerscape/restool/patches/0001-scripts-move-shebang-on-the-first-line.patch
parent5f36f3193f793d9963d01da6796dcbb8d10edc99 (diff)
downloadupstream-3a0fa1e7b860c600256f102d07356964821e7d7e.tar.gz
upstream-3a0fa1e7b860c600256f102d07356964821e7d7e.tar.bz2
upstream-3a0fa1e7b860c600256f102d07356964821e7d7e.zip
layerscape: update restool to 2017-12-03
Updated restool to 2017-12-03 and removed patches since the new version had involved them. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'package/network/utils/layerscape/restool/patches/0001-scripts-move-shebang-on-the-first-line.patch')
-rw-r--r--package/network/utils/layerscape/restool/patches/0001-scripts-move-shebang-on-the-first-line.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/package/network/utils/layerscape/restool/patches/0001-scripts-move-shebang-on-the-first-line.patch b/package/network/utils/layerscape/restool/patches/0001-scripts-move-shebang-on-the-first-line.patch
deleted file mode 100644
index 691e3bba51..0000000000
--- a/package/network/utils/layerscape/restool/patches/0001-scripts-move-shebang-on-the-first-line.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 978f00c0a9f17de9cf17b205a741222084261d3a Mon Sep 17 00:00:00 2001
-From: Ioana Ciornei <ioana.ciornei@nxp.com>
-Date: Tue, 24 Oct 2017 16:29:17 +0000
-Subject: [PATCH 01/12] scripts: move shebang on the first line
-
-If the shebang is not placed on the first line of the shell script
-it will be accounted only as a comment.
-
-Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
----
- scripts/ls-main | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/scripts/ls-main b/scripts/ls-main
-index 588c736..09bef5a 100755
---- a/scripts/ls-main
-+++ b/scripts/ls-main
-@@ -1,3 +1,5 @@
-+#!/bin/bash
-+
- # Copyright 2013-2016 Freescale Semiconductor Inc.
- # Copyright 2017 NXP
-
-@@ -30,8 +32,6 @@
- # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- # POSSIBILITY OF SUCH DAMAGE.
-
--#!/bin/bash
--
- ## Restool wrapper script
- #
- # Prerequisites:
---
-2.14.1
-