projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4552bf1
)
lantiq: added xrx200 as plattform for ltqtapi
author
Stefan Koch
<stefan.koch10@gmail.com>
Tue, 4 Oct 2016 19:22:40 +0000
(21:22 +0200)
committer
John Crispin
<john@phrozen.org>
Mon, 31 Oct 2016 15:51:33 +0000
(16:51 +0100)
Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
package/kernel/lantiq/ltq-tapi/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-tapi/Makefile
b/package/kernel/lantiq/ltq-tapi/Makefile
index 87469542ff39fd108f8e69f1e6197bf1ed590f41..a0f19b8b983ddaea1af51568655f44f462d7a69a 100644
(file)
--- a/
package/kernel/lantiq/ltq-tapi/Makefile
+++ b/
package/kernel/lantiq/ltq-tapi/Makefile
@@
-27,7
+27,7
@@
define KernelPackage/ltq-tapi
SUBMENU:=Voice over IP
TITLE:=Lantiq TAPI subsystem
URL:=http://www.lantiq.com/
- DEPENDS:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway) +kmod-ltq-ifxos
+ DEPENDS:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway
||TARGET_lantiq_xrx200
) +kmod-ltq-ifxos
FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko
AUTOLOAD:=$(call AutoLoad,20,drv_tapi)
endef