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:
Milton Soares Filho 2011-07-12 01:04:39 -04:00 committed by Peter Korsgaard
parent 33c4e77c2a
commit ffe62f915d

View File

@ -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