diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-07 18:20:47 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-07 18:20:47 +0000 |
commit | 85ed07fbe3b1cd57d4692aabc7d421274681e78d (patch) | |
tree | a3c6d2d828548e6c53e81bf2910ee649983e6a19 /package/ltq-vmmc | |
parent | 30ad4096b876087e73e289668f594f773e1b9e3e (diff) |
fix ltq-vmmc SoC dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-vmmc')
-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 |