aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorEugene Konev <ejka@openwrt.org>2007-10-07 04:27:04 +0000
committerEugene Konev <ejka@openwrt.org>2007-10-07 04:27:04 +0000
commit1ece24a2b9066e416f1f8d3aa526dbb375e601e1 (patch)
tree69562562d6dd331c9617c8c124e0bea4fe7c2b8c /package
parent439fcf5dae1143e9bfb8bad8184de16a611e65ca (diff)
downloadmaster-187ad058-1ece24a2b9066e416f1f8d3aa526dbb375e601e1.tar.gz
master-187ad058-1ece24a2b9066e416f1f8d3aa526dbb375e601e1.tar.bz2
master-187ad058-1ece24a2b9066e416f1f8d3aa526dbb375e601e1.zip
add missing dependency on linux-atm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9174 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/br2684ctl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/br2684ctl/Makefile b/package/br2684ctl/Makefile
index 5108c7c051..cd668e2f7e 100644
--- a/package/br2684ctl/Makefile
+++ b/package/br2684ctl/Makefile
@@ -25,6 +25,7 @@ define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Base system
TITLE:=ATM Ethernet bridging configuration utility
+ DEPENDS:=+linux-atm
URL:=http://ftp.debian.org/debian/pool/main/b/br2684ctl
endef