aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux-atm/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2010-02-20 13:20:36 +0000
committerHauke Mehrtens <hauke@openwrt.org>2010-02-20 13:20:36 +0000
commit92b5bec118673c40e9abbf5f9620fb3609735fb7 (patch)
tree5da6c5581d79c3c4f8549b1ed3f183c26ae32a81 /package/linux-atm/Makefile
parent0920189b3f13eeb31531156651debd1d87d047e8 (diff)
downloadmaster-187ad058-92b5bec118673c40e9abbf5f9620fb3609735fb7.tar.gz
master-187ad058-92b5bec118673c40e9abbf5f9620fb3609735fb7.tar.bz2
master-187ad058-92b5bec118673c40e9abbf5f9620fb3609735fb7.zip
[linux-atm] make linux-atm depend on its kernel modul atm.ko
This hopfully fixes bug #6709. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19780 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r--package/linux-atm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 330f56bb54..9bf6b02de2 100644
--- 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