浏览代码

kexec-tools: Remove the unused file kexec.sh

Signed-off-by: Geoff Levand <[email protected]>

SVN-Revision: 17376
Geoff Levand 16 年之前
父节点
当前提交
0142b07983
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      package/kexec-tools/files/kexec.sh

+ 0 - 5
package/kexec-tools/files/kexec.sh

@@ -1,5 +0,0 @@
-#!/bin/sh
-. /etc/functions.sh
-cmdline="$(cat /proc/cmdline)"
-kernel="$(find_mtd_part kernel)"
-kexec -l $kernel --command-line=$cmdline