From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 23 Dec 2019 09:12:03 +0100 Subject: [Buildroot] [git commit branch/2019.11.x] package/openpowerlink: drop bogus select Message-ID: <20191223080346.EC4C28DEEF@busybox.osuosl.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net commit: https://git.buildroot.net/buildroot/commit/?id=918a312bc3cf9936223b9e4db073ca12dbbcf8a7 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.11.x There is no option BR2_PACKAGE_OPENPOWERLINK_PCAP_DAEMON, and we never had any option named like this, so it seems like a leftover from previous iterations of the openpowerlink patch series. Since the option does not exist, the select doesn't do anything, and we can simply drop it. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard (cherry picked from commit 76a6f1285d270b46ee79ce67a5a006cacd53b2ad) Signed-off-by: Peter Korsgaard --- package/openpowerlink/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/openpowerlink/Config.in b/package/openpowerlink/Config.in index 68ea751954..1a3dd62acd 100644 --- a/package/openpowerlink/Config.in +++ b/package/openpowerlink/Config.in @@ -50,7 +50,6 @@ config BR2_PACKAGE_OPENPOWERLINK_STACK_MONOLITHIC_USER_STACK_LIB config BR2_PACKAGE_OPENPOWERLINK_STACK_USERSPACE_DAEMON_LIB bool "user-space pcap daemon" select BR2_PACKAGE_LIBPCAP - select BR2_PACKAGE_OPENPOWERLINK_PCAP_DAEMON help Compile openPOWERLINK application library which contains the interface to a Linux user space driver, and the Linux user