summaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorgeoff <geoff@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-24 20:13:39 +0000
committergeoff <geoff@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-24 20:13:39 +0000
commit5c4490893027564946eaddec6c54eb09704d33ac (patch)
treedb5a99d7b6069825ed292f8ee06374caa6cd0bba /package/kexec-tools
parent4e265857597bca77cc2123578dda60fdac7680e5 (diff)
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 8871d8aeb..000000000
--- 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