projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f70f0
)
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)
SVN-Revision: 32181
package/ebtables/Makefile
patch
|
blob
|
history
diff --git
a/package/ebtables/Makefile
b/package/ebtables/Makefile
index de6667902112deb5c6c973f9f493fdc8e0561535..17c6b37b8ff3010fd61cba1e5bedcb2514585025 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