From: hauke Date: Sat, 20 Feb 2010 13:20:36 +0000 (+0000) Subject: [linux-atm] make linux-atm depend on its kernel modul atm.ko X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=31510cc4721afbff51e52541a23170f53e01ed4c;p=10.03%2Fopenwrt.git [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 --- 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