summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-11 00:56:34 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-11 00:56:34 +0000
commit5e27d1ed3b8f8ddd4f6f20fd5563ecad4188f889 (patch)
tree6e76807d962335304812224a7a39568d97ad3274 /package
parent3c87508f9886b560b0c336f5531b63107c56c722 (diff)
ebtables: add a missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32181 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/ebtables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index de6667902..17c6b37b8 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -30,6 +30,7 @@ endef
define Package/ebtables-utils
$(call Package/ebtables)
+ DEPENDS += ebtables
TITLE:=ebtables save/restore utilities
endef