1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 22:23:16 +03:00

ebtables: add a missing dependency

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32181 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-11 00:56:34 +00:00
parent 3c87508f98
commit 5e27d1ed3b

View File

@ -30,6 +30,7 @@ endef
define Package/ebtables-utils
$(call Package/ebtables)
DEPENDS += ebtables
TITLE:=ebtables save/restore utilities
endef