summaryrefslogtreecommitdiffstats
path: root/package/arptables
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-18 22:54:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-18 22:54:13 +0000
commitedbff74dc9b1fae128b7738960d9a0c8058b5bea (patch)
tree15fc19d171f17ad6eac8c5c675dba7d1071a4a57 /package/arptables
parentebe384534b4aa305ae1b91773a7f094fe25aeb99 (diff)
add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5576 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/arptables')
-rw-r--r--package/arptables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/arptables/Makefile b/package/arptables/Makefile
index 0518e8ea3..7c2f8a9dd 100644
--- a/package/arptables/Makefile
+++ b/package/arptables/Makefile
@@ -24,6 +24,7 @@ define Package/arptables
SECTION:=net
CATEGORY:=Network
TITLE:=ARP firewalling software
+ DEPENDS:=+kmod-arptables
URL:=http://ebtables.sourceforge.net
endef