X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a0de7bd64f6865f831c7105750dd8af2a25647f5..fa7fcec9cfd77981b585ef9cf1328bbf0620dc62:/package/kexec-tools/Makefile?ds=sidebyside diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index 728993081..d31aeaa85 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -21,14 +21,16 @@ include $(INCLUDE_DIR)/package.mk define Package/kexec-tools SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@LINUX_2_6_X86||@LINUX_2_6_RDC +zlib + DEPENDS:=@i386 +zlib TITLE:=Kernel boots kernel - DESCRIPTION:=\ - kexec is a set of systems call that allows you to load \\\ - another kernel from the currently executing Linux kernel. URL:=http://www.xmission.com/~ebiederm/files/kexec/README endef +define Package/kexec-tools/description + kexec is a set of systems call that allows you to load + another kernel from the currently executing Linux kernel. +endef + MAKE_FLAGS += \ DESTDIR="$(PKG_INSTALL_DIR)" \ EXTRA_CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \