mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
iproute2: ensure it gets built after busybox if both enabled
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2645004bb5
commit
9f199bce78
@ -9,6 +9,12 @@ IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.bz2
|
|||||||
IPROUTE2_SITE = http://devresources.linuxfoundation.org/dev/iproute2/download
|
IPROUTE2_SITE = http://devresources.linuxfoundation.org/dev/iproute2/download
|
||||||
IPROUTE2_TARGET_SBINS = ctstat genl ifstat ip lnstat nstat routef routel rtacct rtmon rtpr rtstat ss tc
|
IPROUTE2_TARGET_SBINS = ctstat genl ifstat ip lnstat nstat routef routel rtacct rtmon rtpr rtstat ss tc
|
||||||
|
|
||||||
|
# If both iproute2 and busybox are selected, make certain we win
|
||||||
|
# the fight over who gets to have their utils actually installed.
|
||||||
|
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||||
|
IPROUTE2_DEPENDENCIES += busybox
|
||||||
|
endif
|
||||||
|
|
||||||
# If we've got iptables enable xtables support for tc
|
# If we've got iptables enable xtables support for tc
|
||||||
ifeq ($(BR2_PACKAGE_IPTABLES),y)
|
ifeq ($(BR2_PACKAGE_IPTABLES),y)
|
||||||
IPROUTE2_DEPENDENCIES += iptables
|
IPROUTE2_DEPENDENCIES += iptables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user