From c57f81b7c4a498828e54e8026a9178dbc639d87b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 30 Sep 2013 16:24:18 +0200 Subject: [PATCH] gluon-ebtables: add missing mod-ipt-core dependency --- gluon/gluon-ebtables/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/gluon-ebtables/Makefile b/gluon/gluon-ebtables/Makefile index 64a18e7..051b374 100644 --- a/gluon/gluon-ebtables/Makefile +++ b/gluon/gluon-ebtables/Makefile @@ -12,7 +12,7 @@ define Package/gluon-ebtables SECTION:=gluon CATEGORY:=Gluon TITLE:=Ebtables support - DEPENDS:=+gluon-core +ebtables +kmod-ebtables-ipv4 +kmod-ebtables-ipv6 + DEPENDS:=+gluon-core +ebtables +kmod-ebtables-ipv4 +kmod-ebtables-ipv6 +kmod-ipt-core endef define Package/gluon-ebtables/description