Create symlink from package Makefile

How do I create a symlink from a package Makefile in Package/name/install section?
The symlink is not created by the package make install, it doesn't already exist, so I can't use $(CP) to copy it. I must create it while the package installs on the router, or while building the fw image with the package included.
Thanks.

package/boot/kexec-tools/Makefile: $(LN) ../usr/sbin/kexec $(1)/sbin/kexec

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.