projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc357e8
)
ebtables: useless without kmod-eptables
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 6 Aug 2008 15:28:49 +0000
(15:28 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Wed, 6 Aug 2008 15:28:49 +0000
(15:28 +0000)
SVN-Revision: 12214
package/ebtables/Makefile
patch
|
blob
|
history
diff --git
a/package/ebtables/Makefile
b/package/ebtables/Makefile
index 7914e128ee5e9859c043c857b7a772f10fdae7b3..3da99f329e2cf44723d4ba7d577e7a8e2857de0d 100644
(file)
--- a/
package/ebtables/Makefile
+++ b/
package/ebtables/Makefile
@@
-23,6
+23,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/ebtables
SECTION:=net
CATEGORY:=Network
+ DEPENDS:=+kmod-ebtables
TITLE:=Ethernet bridge firewall administration utility
URL:=http://ebtables.sourceforge.net/
endef