mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/busybox: invert dependency with kmod
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
ed231e7b8b
commit
273f23a452
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
|||||||
|
|
||||||
# Packages that provide commands that may also be busybox applets:
|
# Packages that provide commands that may also be busybox applets:
|
||||||
BUSYBOX_DEPENDENCIES = \
|
BUSYBOX_DEPENDENCIES = \
|
||||||
|
$(if $(BR2_PACKAGE_KMOD),kmod) \
|
||||||
$(if $(BR2_PACKAGE_LESS),less) \
|
$(if $(BR2_PACKAGE_LESS),less) \
|
||||||
$(if $(BR2_PACKAGE_LSOF),lsof) \
|
$(if $(BR2_PACKAGE_LSOF),lsof) \
|
||||||
$(if $(BR2_PACKAGE_MTD),mtd) \
|
$(if $(BR2_PACKAGE_MTD),mtd) \
|
||||||
|
@ -49,9 +49,6 @@ ifeq ($(BR2_PACKAGE_KMOD_TOOLS),y)
|
|||||||
KMOD_LICENSE := $(KMOD_LICENSE), GPL-2.0+ (tools)
|
KMOD_LICENSE := $(KMOD_LICENSE), GPL-2.0+ (tools)
|
||||||
KMOD_LICENSE_FILES += COPYING
|
KMOD_LICENSE_FILES += COPYING
|
||||||
|
|
||||||
# take precedence over busybox implementation
|
|
||||||
KMOD_DEPENDENCIES += $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
|
||||||
|
|
||||||
# /sbin is really /usr/sbin with merged /usr, so adjust relative symlink
|
# /sbin is really /usr/sbin with merged /usr, so adjust relative symlink
|
||||||
ifeq ($(BR2_ROOTFS_MERGED_USR),y)
|
ifeq ($(BR2_ROOTFS_MERGED_USR),y)
|
||||||
KMOD_BIN_PATH = ../bin/kmod
|
KMOD_BIN_PATH = ../bin/kmod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user