package/busybox: fix target-finalize hook
authorCarlos Santos <unixmania@gmail.com>
Wed, 25 Mar 2020 00:30:53 +0000 (21:30 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 25 Mar 2020 06:33:56 +0000 (07:33 +0100)
commit9ab1d565eef8935694d12bff2cd33c64b7a97f0f
treeedfcd68c7f691e1b766211b657ce918de95cf57b
parent43f41a7bf8e92ad88d1e59c48b27718c343ca548
package/busybox: fix target-finalize hook

It was searching for CONFIG_ASH=y and CONFIG_HUSH=y at $(@D)/.config,
which does not contain the package build path at the target-finalize
step. Use $(BUSYBOX_DIR), instead.

Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/busybox/busybox.mk