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

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

SVN-Revision: 17375
v19.07.3_mercusys_ac12_duma
Geoff Levand 15 years ago
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))

Loading…
Cancel
Save