add missing dependency
authorFelix Fietkau <nbd@openwrt.org>
Sat, 18 Nov 2006 22:54:13 +0000 (22:54 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 18 Nov 2006 22:54:13 +0000 (22:54 +0000)
SVN-Revision: 5576

package/arptables/Makefile

index 0518e8ea36e201534697e848f28e6e86264ead63..7c2f8a9dd0432f1cbe39f5d6dc3c875fd8ae4b41 100644 (file)
@@ -24,6 +24,7 @@ define Package/arptables
   SECTION:=net
   CATEGORY:=Network
   TITLE:=ARP firewalling software
+  DEPENDS:=+kmod-arptables
   URL:=http://ebtables.sourceforge.net
 endef