projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef5941
)
atm driver was missing a dependency to the atm layer
author
John Crispin
<john@openwrt.org>
Mon, 17 May 2010 10:02:07 +0000
(10:02 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 17 May 2010 10:02:07 +0000
(10:02 +0000)
SVN-Revision: 21484
package/ifxmips-dsl-api/Makefile
patch
|
blob
|
history
diff --git
a/package/ifxmips-dsl-api/Makefile
b/package/ifxmips-dsl-api/Makefile
index c9303a9a80f9793c59af69ed9b5c7ee60066070d..593f0edcb559de578f4bbb01c3c57549cd226e02 100644
(file)
--- a/
package/ifxmips-dsl-api/Makefile
+++ b/
package/ifxmips-dsl-api/Makefile
@@
-40,7
+40,7
@@
define KernelPackage/ifxmips-dsl-api
TITLE:=DSL CPE API driver
URL:=http://www.infineon.com/
MAINTAINER:=Infineon Technologies AG / Lantiq / John Crispin <blogic@openwrt.org>
- DEPENDS:=@TARGET_ifxmips @BROKEN
+ DEPENDS:=@TARGET_ifxmips
+kmod-atm
@BROKEN
FILES:=$(PKG_BUILD_DIR)/src/mei/ifxmips_mei.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/src/drv_dsl_cpe_api.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/src/mei/ifxmips_atm.$(LINUX_KMOD_SUFFIX)