From: Geoff Levand Date: Mon, 24 Aug 2009 20:13:39 +0000 (+0000) Subject: kexec-tools: Remove the unused file kexec.sh X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3364d79264512a2519b236c63568c460acfa586a;p=openwrt%2Fsvn-archive%2Farchive.git kexec-tools: Remove the unused file kexec.sh Signed-off-by: Geoff Levand SVN-Revision: 17376 --- 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