projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d5d28b
)
fix ltq-vmmc SoC dependency
author
John Crispin
<john@openwrt.org>
Thu, 7 Jul 2011 18:20:47 +0000
(18:20 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 7 Jul 2011 18:20:47 +0000
(18:20 +0000)
SVN-Revision: 27540
package/ltq-vmmc/Config.in
patch
|
blob
|
history
diff --git
a/package/ltq-vmmc/Config.in
b/package/ltq-vmmc/Config.in
index 0f26cd35886d456cabb9c3ae1fcabe7dc041051a..3a5e0145ccc88768dd757fe9293b2d00f63b61d9 100644
(file)
--- a/
package/ltq-vmmc/Config.in
+++ b/
package/ltq-vmmc/Config.in
@@
-7,15
+7,19
@@
choice
config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
bool "Danube, Twinpass, Vinax"
+ depends on TARGET_lantiq_danube
config VOICE_CPE_VMMC_WITH_DEVICE_AR9
bool "AR9 family"
+ depends on TARGET_lantiq_ar9
config VOICE_CPE_VMMC_WITH_DEVICE_VR9
bool "VR9 family"
+ depends on TARGET_lantiq_vr9
config VOICE_VMMC_WITH_DEVICE_FALCON
bool "FALC-ON"
+ depends on (TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable)
endchoice