[Buildroot] [git commit] ebtables: drop obsolete comment

Peter Korsgaard peter at korsgaard.com
Sun May 6 07:09:19 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=ca2a6f04edebb5cd333c39fe15d3b498e4458411
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit 30c4b5843f (ebtables: enable for musl) enabled musl build, but
forgot to remove the comment text. Fix that.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/ebtables/Config.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/ebtables/Config.in b/package/ebtables/Config.in
index 2fdac06cd1..3f7566a607 100644
--- a/package/ebtables/Config.in
+++ b/package/ebtables/Config.in
@@ -5,6 +5,3 @@ config BR2_PACKAGE_EBTABLES
 	  Ethernet bridge frame table administration
 
 	  http://ebtables.netfilter.org/
-
-comment "ebtables needs a glibc or uClibc toolchain"
-	depends on BR2_USE_MMU


More information about the buildroot mailing list