aboutsummaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2009-08-24 20:13:39 +0000
committerGeoff Levand <geoff@infradead.org>2009-08-24 20:13:39 +0000
commit7c2269da6e95ae54e198a0e08a7fe77db191dc1d (patch)
treedb5a99d7b6069825ed292f8ee06374caa6cd0bba /package/kexec-tools
parent78b9c06e06701bb2654311e20a03a8cbb6c86c61 (diff)
downloadupstream-7c2269da6e95ae54e198a0e08a7fe77db191dc1d.tar.gz
upstream-7c2269da6e95ae54e198a0e08a7fe77db191dc1d.tar.bz2
upstream-7c2269da6e95ae54e198a0e08a7fe77db191dc1d.zip
kexec-tools: Remove the unused file kexec.sh
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kexec-tools')
-rw-r--r--package/kexec-tools/files/kexec.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/kexec-tools/files/kexec.sh b/package/kexec-tools/files/kexec.sh
deleted file mode 100644
index 8871d8aeb9..0000000000
--- a/package/kexec-tools/files/kexec.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-. /etc/functions.sh
-cmdline="$(cat /proc/cmdline)"
-kernel="$(find_mtd_part kernel)"
-kexec -l $kernel --command-line=$cmdline