mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/busybox: invert dependency with mtd
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
d0966cdd57
commit
14a16b3bc6
@ -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_MTD),mtd) \
|
||||||
$(if $(BR2_PACKAGE_NET_TOOLS),net-tools) \
|
$(if $(BR2_PACKAGE_NET_TOOLS),net-tools) \
|
||||||
$(if $(BR2_PACKAGE_NETCAT),netcat) \
|
$(if $(BR2_PACKAGE_NETCAT),netcat) \
|
||||||
$(if $(BR2_PACKAGE_NETCAT_OPENSBSD),netcat-openbsd) \
|
$(if $(BR2_PACKAGE_NETCAT_OPENSBSD),netcat-openbsd) \
|
||||||
|
@ -31,10 +31,6 @@ else
|
|||||||
MTD_CONF_OPTS += --disable-tests --disable-install-tests
|
MTD_CONF_OPTS += --disable-tests --disable-install-tests
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
MTD_DEPENDENCIES += busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
# If extended attributes are required, the acl package must
|
# If extended attributes are required, the acl package must
|
||||||
# also be enabled which will also include the attr package.
|
# also be enabled which will also include the attr package.
|
||||||
ifeq ($(BR2_PACKAGE_ACL),y)
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user