sysvinit: package name typo
This fails when Make decides to process sysvinit targets before busybox. Signed-off-by: Milton Soares Filho <milton.soares.filho@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
33c4e77c2a
commit
ffe62f915d
@ -10,7 +10,7 @@ SYSVINIT_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/s/sysvinit
|
||||
|
||||
# Override Busybox implementations if Busybox is enabled.
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
SYSKLOGD_DEPENDENCIES = busybox
|
||||
SYSVINIT_DEPENDENCIES = busybox
|
||||
endif
|
||||
|
||||
define SYSVINIT_DEBIAN_PATCHES
|
||||
|
Loading…
Reference in New Issue
Block a user