projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c08ccc
)
lantiq: added xrx200 as plattform for ltqvmmc
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-vmmc/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-vmmc/Makefile
b/package/kernel/lantiq/ltq-vmmc/Makefile
index d4df7d14c4aee80628dd53162dfcfc45a9fd1345..b51e0dfcf2ccac935655137060c70f52952b068a 100644
(file)
--- a/
package/kernel/lantiq/ltq-vmmc/Makefile
+++ b/
package/kernel/lantiq/ltq-vmmc/Makefile
@@
-27,7
+27,7
@@
define KernelPackage/ltq-vmmc
SUBMENU:=Voice over IP
TITLE:=TAPI LL driver for Voice Macro
URL:=http://www.lantiq.com/
- DEPENDS:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway) +kmod-ltq-tapi
+ DEPENDS:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway
||TARGET_lantiq_xrx200
) +kmod-ltq-tapi
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko
AUTOLOAD:=$(call AutoProbe,drv_vmmc)
endef