diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-30 11:13:06 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-30 11:13:47 -0500 |
commit | ef3e0b89e65ecc1bdcb0463d89dac8077dc45d34 (patch) | |
tree | b67795c75e275b0bc950465e179d0915c27afa8e /target/linux/config/Config.in.watchdog | |
parent | 0675606344755ff29977e79c7f8309ce2ad4917a (diff) |
add support for pcengines-alix
Readd Alix2d support, tested via NFS boot.
Fix IPSec kernel module loading.
Diffstat (limited to 'target/linux/config/Config.in.watchdog')
-rw-r--r-- | target/linux/config/Config.in.watchdog | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.watchdog b/target/linux/config/Config.in.watchdog index 9f1673a53..70fafbc60 100644 --- a/target/linux/config/Config.in.watchdog +++ b/target/linux/config/Config.in.watchdog @@ -68,9 +68,7 @@ config ADK_KERNEL_GEODE_WDT select ADK_KERNEL_MISC_DEVICES select ADK_KERNEL_CS5535_MFGPT select ADK_KERNEL_CS5535_CLOCK_EVENT_SRC - default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C - default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D2 - default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13 + default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX default n help Geode watchdog. |