aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-08-06 15:28:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-08-06 15:28:49 +0000
commit50273b14f3b1c91c483d99ee2fe25355c35fa193 (patch)
tree433b7b526c02d233740075b466074e4527d5b44c
parent6b082a5e8f36f6071ef1dc7d0ccf0f1b78fab67e (diff)
downloadupstream-50273b14f3b1c91c483d99ee2fe25355c35fa193.tar.gz
upstream-50273b14f3b1c91c483d99ee2fe25355c35fa193.tar.bz2
upstream-50273b14f3b1c91c483d99ee2fe25355c35fa193.zip
[package] ebtables: useless without kmod-eptables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12214 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/ebtables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 7914e128ee..3da99f329e 100644
--- 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