From 6fb4cf938a160edee3fcd249224197474c7716f8 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 14 Oct 2007 18:39:20 +0000 Subject: Allow kexec to directly use the kernel exposed in a mtd partition and reboot using the right command line git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9322 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kexec-tools/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/kexec-tools/Makefile') diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index d31aeaa856..6274cb81c3 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -48,6 +48,7 @@ define Package/kexec-tools/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/kexec $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/kdump $(1)/usr/bin/ + $(INSTALL_BIN) ./files/kexec.sh $(1)/usr/bin/kexec.mtd endef $(eval $(call BuildPackage,kexec-tools)) -- cgit v1.2.3