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:
parent
a64a3b373a
commit
8de4d8abf2
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue