1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:11:59 +03:00

add missing dependency

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5576 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-11-18 22:54:13 +00:00
parent ebe384534b
commit edbff74dc9

View 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