diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-14 18:39:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-14 18:39:20 +0000 |
commit | ccbc63577061c015dee6019d134d0ab990eb5cdd (patch) | |
tree | 27ce114be635fa6b894c4aa2e201dc47142a96fb /package/kexec-tools/Makefile | |
parent | 2d7d23885d742f899c43f656db62301e725c04aa (diff) | |
download | upstream-ccbc63577061c015dee6019d134d0ab990eb5cdd.tar.gz upstream-ccbc63577061c015dee6019d134d0ab990eb5cdd.tar.bz2 upstream-ccbc63577061c015dee6019d134d0ab990eb5cdd.zip |
Allow kexec to directly use the kernel exposed in a mtd partition and reboot using the right command line
SVN-Revision: 9322
Diffstat (limited to 'package/kexec-tools/Makefile')
-rw-r--r-- | package/kexec-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |