projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ddb41
)
ebtables: add a missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 00:56:34 +0000
(
00:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 00:56:34 +0000
(
00:56
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32181
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ebtables/Makefile
patch
|
blob
|
history
diff --git
a/package/ebtables/Makefile
b/package/ebtables/Makefile
index
de66679
..
17c6b37
100644
(file)
--- 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