mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:00:37 +02:00
fix ltq-vmmc SoC dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27540 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
30ad4096b8
commit
85ed07fbe3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user