kexec-tools: Make link /sbin/kexec for compatability with other distros
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17375 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
2aa44e8668
commit
78b9c06e06
|
@ -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