package/iputils: use relative symlink for ping6
This was initially commit84d471a0b1
, but it got mistakenly reverted by95b0078cc0
, so let's restore it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
95b0078cc0
commit
c4b5655689
@ -61,7 +61,7 @@ endif
|
||||
|
||||
# upstream requires distros to create symlink
|
||||
define IPUTILS_CREATE_PING6_SYMLINK
|
||||
ln -sf $(TARGET_DIR)/bin/ping $(TARGET_DIR)/bin/ping6
|
||||
ln -sf ping $(TARGET_DIR)/bin/ping6
|
||||
endef
|
||||
IPUTILS_POST_INSTALL_TARGET_HOOKS += IPUTILS_CREATE_PING6_SYMLINK
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user