diff options
author | John Crispin <john@openwrt.org> | 2011-07-07 18:20:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-07 18:20:47 +0000 |
commit | 6061c471aa0143e282a1bc63c1277f7941d12e8f (patch) | |
tree | c134d764fc43bb1ee0c70f6a7fe74e7540c4f46f /package/ltq-vmmc/Config.in | |
parent | 2d5d28bebf6d103f7bd402252a12d7ef24d69287 (diff) | |
download | upstream-6061c471aa0143e282a1bc63c1277f7941d12e8f.tar.gz upstream-6061c471aa0143e282a1bc63c1277f7941d12e8f.tar.bz2 upstream-6061c471aa0143e282a1bc63c1277f7941d12e8f.zip |
fix ltq-vmmc SoC dependency
SVN-Revision: 27540
Diffstat (limited to 'package/ltq-vmmc/Config.in')
-rw-r--r-- | package/ltq-vmmc/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/ltq-vmmc/Config.in b/package/ltq-vmmc/Config.in index 0f26cd3588..3a5e0145cc 100644 --- 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 |