projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: fix build of tg3 for kernel 2.6.34
[openwrt.git]
/
package
/
kexec-tools
/
Makefile
diff --git
a/package/kexec-tools/Makefile
b/package/kexec-tools/Makefile
index
7ee1c2c
..
978bb6f
100644
(file)
--- a/
package/kexec-tools/Makefile
+++ b/
package/kexec-tools/Makefile
@@
-1,5
+1,5
@@
-#
-# Copyright (C) 2006-200
8
OpenWrt.org
+#
+# Copyright (C) 2006-200
9
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=kexec-tools
PKG_VERSION:=2.0.1
PKG_NAME:=kexec-tools
PKG_VERSION:=2.0.1
-PKG_RELEASE:=
1
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/horms/kexec-tools
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/horms/kexec-tools
@@
-34,7
+34,7
@@
define Package/kexec-tools/description
endef
define Package/kexec-tools/config
endef
define Package/kexec-tools/config
- source "$(SOURCE)/
kexec-c
onfig.in"
+ source "$(SOURCE)/
C
onfig.in"
endef
KEXEC_TARGET_NAME:=$(call qstrip,$(CONFIG_KEXEC_TOOLS_TARGET_NAME))-linux-$(TARGET_SUFFIX)
endef
KEXEC_TARGET_NAME:=$(call qstrip,$(CONFIG_KEXEC_TOOLS_TARGET_NAME))-linux-$(TARGET_SUFFIX)
@@
-71,6
+71,9
@@
define Package/kexec-tools/install
$(PKG_INSTALL_DIR)/usr/sbin/kexec \
$(1)/usr/sbin
$(PKG_INSTALL_DIR)/usr/sbin/kexec \
$(1)/usr/sbin
+# make a link for compatability with other distros
+ $(INSTALL_DIR) $(1)/sbin
+ ln -s /usr/sbin/kexec $(1)/sbin/kexec
endef
$(eval $(call BuildPackage,kexec-tools))
endef
$(eval $(call BuildPackage,kexec-tools))
This page took
0.025731 seconds
and
4
git commands to generate.