diff options
author | Eugene Konev <ejka@openwrt.org> | 2007-10-07 04:27:04 +0000 |
---|---|---|
committer | Eugene Konev <ejka@openwrt.org> | 2007-10-07 04:27:04 +0000 |
commit | 1ece24a2b9066e416f1f8d3aa526dbb375e601e1 (patch) | |
tree | 69562562d6dd331c9617c8c124e0bea4fe7c2b8c /package/br2684ctl/Makefile | |
parent | 439fcf5dae1143e9bfb8bad8184de16a611e65ca (diff) | |
download | upstream-1ece24a2b9066e416f1f8d3aa526dbb375e601e1.tar.gz upstream-1ece24a2b9066e416f1f8d3aa526dbb375e601e1.tar.bz2 upstream-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/br2684ctl/Makefile')
-rw-r--r-- | package/br2684ctl/Makefile | 1 |
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 |