diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-20 13:20:36 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-20 13:20:36 +0000 |
commit | 31510cc4721afbff51e52541a23170f53e01ed4c (patch) | |
tree | 5da6c5581d79c3c4f8549b1ed3f183c26ae32a81 /package/linux-atm | |
parent | 06fe5c22d3152926db9d93341a9475dad1f02569 (diff) |
[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')
-rw-r--r-- | package/linux-atm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |