mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 21:01:41 +00: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:
parent
a64a3b373a
commit
8de4d8abf2
@ -71,6 +71,9 @@ define Package/kexec-tools/install
|
|||||||
$(PKG_INSTALL_DIR)/usr/sbin/kexec \
|
$(PKG_INSTALL_DIR)/usr/sbin/kexec \
|
||||||
$(1)/usr/sbin
|
$(1)/usr/sbin
|
||||||
|
|
||||||
|
# make a link for compatability with other distros
|
||||||
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
|
ln -s /usr/sbin/kexec $(1)/sbin/kexec
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,kexec-tools))
|
$(eval $(call BuildPackage,kexec-tools))
|
||||||
|
Loading…
Reference in New Issue
Block a user