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:
33ecac1
)
add missing dependency on linux-atm
author
Eugene Konev
<ejka@imfi.kspu.ru>
Sun, 7 Oct 2007 04:27:04 +0000
(
04:27
+0000)
committer
Eugene Konev
<ejka@imfi.kspu.ru>
Sun, 7 Oct 2007 04:27:04 +0000
(
04:27
+0000)
SVN-Revision: 9174
package/br2684ctl/Makefile
patch
|
blob
|
history
diff --git
a/package/br2684ctl/Makefile
b/package/br2684ctl/Makefile
index 5108c7c051e0e894f2e322fbd587d0fb7de66a6d..cd668e2f7e4d66f73dd4f9a2560e1d245778cbd3 100644
(file)
--- 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