1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

make linux-atm depend on its kernel modul atm.ko

This hopfully fixes bug #6709.

SVN-Revision: 19780
This commit is contained in:
Hauke Mehrtens 2010-02-20 13:20:36 +00:00
parent b52345c9ed
commit 42d947f5ba

@ -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