From 31510cc4721afbff51e52541a23170f53e01ed4c Mon Sep 17 00:00:00 2001
From: hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sat, 20 Feb 2010 13:20:36 +0000
Subject: [PATCH] [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
---
 package/linux-atm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 330f56bb5..9bf6b02de 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
 
-- 
2.20.1