From 78b9c06e06701bb2654311e20a03a8cbb6c86c61 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 24 Aug 2009 20:12:41 +0000 Subject: kexec-tools: Make link /sbin/kexec for compatability with other distros Signed-off-by: Geoff Levand git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17375 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kexec-tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/kexec-tools') diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index 7ee1c2cd5b..c7e5290389 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -71,6 +71,9 @@ define Package/kexec-tools/install $(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)) -- cgit v1.2.3