From 8e3869f710beffce25fa773e7e1457bb20ad956c Mon Sep 17 00:00:00 2001 From: mb Date: Sat, 16 Oct 2010 21:12:26 +0000 Subject: [PATCH] maemo-kexec: Rename script to bootmaemo. git-svn-id: svn://svn.openwrt.org/openwrt/packages@23486 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/maemo-kexec/Makefile | 2 +- utils/maemo-kexec/files/sbin/{boot-maemo => bootmaemo} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename utils/maemo-kexec/files/sbin/{boot-maemo => bootmaemo} (93%) diff --git a/utils/maemo-kexec/Makefile b/utils/maemo-kexec/Makefile index 05b7f50dd..3f31c9755 100644 --- a/utils/maemo-kexec/Makefile +++ b/utils/maemo-kexec/Makefile @@ -50,7 +50,7 @@ MAEMO_KRNL_SRC:=$(if $(CONFIG_MAEMO_KEXEC_DOWNLOAD_KERNEL),\ define Package/maemo-kexec/install $(INSTALL_DIR) $(1)/boot $(1)/sbin - $(INSTALL_BIN) ./files/sbin/boot-maemo $(1)/sbin/ + $(INSTALL_BIN) ./files/sbin/bootmaemo $(1)/sbin/ $(INSTALL_DATA) $(MAEMO_KRNL_SRC) $(1)/boot/maemo.zImage endef diff --git a/utils/maemo-kexec/files/sbin/boot-maemo b/utils/maemo-kexec/files/sbin/bootmaemo similarity index 93% rename from utils/maemo-kexec/files/sbin/boot-maemo rename to utils/maemo-kexec/files/sbin/bootmaemo index 6bcd8b17a..498b096f3 100755 --- a/utils/maemo-kexec/files/sbin/boot-maemo +++ b/utils/maemo-kexec/files/sbin/bootmaemo @@ -1,5 +1,6 @@ #!/bin/sh set -e +/bin/sync /usr/sbin/kexec --load /boot/maemo.zImage --append "root=1f03 rootfstype=jffs2 ro console=tty0 console=ttyMTD5" /usr/sbin/kexec --exec -- 2.11.0