diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-11 00:56:34 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-11 00:56:34 +0000 |
commit | 5e27d1ed3b8f8ddd4f6f20fd5563ecad4188f889 (patch) | |
tree | 6e76807d962335304812224a7a39568d97ad3274 /package/ebtables/Makefile | |
parent | 3c87508f9886b560b0c336f5531b63107c56c722 (diff) |
ebtables: add a missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32181 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables/Makefile')
-rw-r--r-- | package/ebtables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile index de66679021..17c6b37b8f 100644 --- 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 |