1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 04:14:43 +01:00

kexec-tools: Make link /sbin/kexec for compatability with other distros

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

SVN-Revision: 17375
This commit is contained in:
Geoff Levand 2009-08-24 20:12:41 +00:00
parent a64a3b373a
commit 8de4d8abf2

@ -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))