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:
8a83982
)
add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Nov 2006 22:54:13 +0000
(22:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Nov 2006 22:54:13 +0000
(22:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5576
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/arptables/Makefile
patch
|
blob
|
history
diff --git
a/package/arptables/Makefile
b/package/arptables/Makefile
index
0518e8e
..
7c2f8a9
100644
(file)
--- a/
package/arptables/Makefile
+++ b/
package/arptables/Makefile
@@
-24,6
+24,7
@@
define Package/arptables
SECTION:=net
CATEGORY:=Network
TITLE:=ARP firewalling software
+ DEPENDS:=+kmod-arptables
URL:=http://ebtables.sourceforge.net
endef