projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b52345c
)
make linux-atm depend on its kernel modul atm.ko
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 20 Feb 2010 13:20:36 +0000
(13:20 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 20 Feb 2010 13:20:36 +0000
(13:20 +0000)
This hopfully fixes bug #6709.
SVN-Revision: 19780
package/linux-atm/Makefile
patch
|
blob
|
history
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index 330f56bb54a4571bfd829aa1f16311d41b1cb165..9bf6b02de2ca293bc6b464752e4f0cf9a72230d6 100644
(file)
--- a/
package/linux-atm/Makefile
+++ b/
package/linux-atm/Makefile
@@
-21,6
+21,7
@@
define Package/linux-atm
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Linux ATM library
+ DEPENDS:=+kmod-atm
URL:=http://linux-atm.sourceforge.net/
endef