Explorar el Código

gluon-ebtables: add missing mod-ipt-core dependency

Matthias Schiffer hace 10 años
padre
commit
346c96b4a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/gluon-ebtables/Makefile

+ 1 - 1
package/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