projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd40698
)
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)
SVN-Revision: 5576
package/arptables/Makefile
patch
|
blob
|
history
diff --git
a/package/arptables/Makefile
b/package/arptables/Makefile
index 0518e8ea36e201534697e848f28e6e86264ead63..7c2f8a9dd0432f1cbe39f5d6dc3c875fd8ae4b41 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