projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0920189
)
[linux-atm] make linux-atm depend on its kernel modul atm.ko
author
Hauke Mehrtens
<hauke@openwrt.org>
Sat, 20 Feb 2010 13:20:36 +0000
(13:20 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Sat, 20 Feb 2010 13:20:36 +0000
(13:20 +0000)
This hopfully fixes bug #6709.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19780
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/linux-atm/Makefile
patch
|
blob
|
history
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index
330f56b
..
9bf6b02
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