package/connman: remove iptables as a mandatory dependency
connman might depend on iptables or nftables, and those dependencies are already selected later in this file as required. Config.in already only selects iptables if BR2_PACKAGE_CONNMAN_IPTABLES. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
2a28d25d0c
commit
edc46a56f6
@ -7,7 +7,7 @@
|
||||
CONNMAN_VERSION = 1.40
|
||||
CONNMAN_SOURCE = connman-$(CONNMAN_VERSION).tar.xz
|
||||
CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman
|
||||
CONNMAN_DEPENDENCIES = libglib2 dbus iptables
|
||||
CONNMAN_DEPENDENCIES = libglib2 dbus
|
||||
CONNMAN_INSTALL_STAGING = YES
|
||||
CONNMAN_LICENSE = GPL-2.0
|
||||
CONNMAN_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user