diff options
author | Stefan Koch <stefan.koch10@gmail.com> | 2014-11-03 08:32:50 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-31 16:51:29 +0100 |
commit | 04cf9443c542fe202fb3a04fb0d46c582d5102c2 (patch) | |
tree | 0315711244cae6d7cfa063674529537cd42cded2 /package/kernel/lantiq/ltq-vmmc/Config.in | |
parent | 29367aac42d6e6d2863d9186cce776c18a0cad63 (diff) | |
download | mtk-20170518-04cf9443c542fe202fb3a04fb0d46c582d5102c2.zip mtk-20170518-04cf9443c542fe202fb3a04fb0d46c582d5102c2.tar.gz mtk-20170518-04cf9443c542fe202fb3a04fb0d46c582d5102c2.tar.bz2 |
lantiq: fix vmmc build
(required not-distributable firmware blob - dump it by yourself from original firmware)
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
(cherry picked from commit 47b1ff965b0cb57013b40fbe2bcd7f3c6eb6b606)
Modified after cherry-pick:
FW_MD5SUM in Makefile
Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
Diffstat (limited to 'package/kernel/lantiq/ltq-vmmc/Config.in')
-rw-r--r-- | package/kernel/lantiq/ltq-vmmc/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/lantiq/ltq-vmmc/Config.in b/package/kernel/lantiq/ltq-vmmc/Config.in index 89e1bc5..b8ab6a4 100644 --- a/package/kernel/lantiq/ltq-vmmc/Config.in +++ b/package/kernel/lantiq/ltq-vmmc/Config.in @@ -13,10 +13,10 @@ choice # 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_CPE_VMMC_WITH_DEVICE_VR9 + bool "VR9 family" + depends on TARGET_lantiq_xrx200 + config VOICE_VMMC_WITH_DEVICE_FALCON bool "FALC-ON" depends on (TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable) |