mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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.
|
# Override Busybox implementations if Busybox is enabled.
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||||
SYSKLOGD_DEPENDENCIES = busybox
|
SYSVINIT_DEPENDENCIES = busybox
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define SYSVINIT_DEBIAN_PATCHES
|
define SYSVINIT_DEBIAN_PATCHES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user