diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-02-20 13:20:36 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-02-20 13:20:36 +0000 |
commit | 92b5bec118673c40e9abbf5f9620fb3609735fb7 (patch) | |
tree | 5da6c5581d79c3c4f8549b1ed3f183c26ae32a81 /package | |
parent | 0920189b3f13eeb31531156651debd1d87d047e8 (diff) | |
download | upstream-92b5bec118673c40e9abbf5f9620fb3609735fb7.tar.gz upstream-92b5bec118673c40e9abbf5f9620fb3609735fb7.tar.bz2 upstream-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')
-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 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 |