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/x86/systems/pcengines-alix | |
parent | 0675606344755ff29977e79c7f8309ce2ad4917a (diff) |
add support for pcengines-alix
Readd Alix2d support, tested via NFS boot.
Fix IPSec kernel module loading.
Diffstat (limited to 'target/x86/systems/pcengines-alix')
-rw-r--r-- | target/x86/systems/pcengines-alix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/x86/systems/pcengines-alix b/target/x86/systems/pcengines-alix new file mode 100644 index 000000000..bfc6150fb --- /dev/null +++ b/target/x86/systems/pcengines-alix @@ -0,0 +1,14 @@ +config ADK_TARGET_SYSTEM_PCENGINES_ALIX + bool "PCengines ALIX" + select ADK_CPU_GEODE + select ADK_TARGET_WITH_SERIAL + select ADK_TARGET_WITH_USB + select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_PATA + select ADK_TARGET_WITH_GEODE_CRYPTO + select ADK_TARGET_WITH_WATCHDOG + select ADK_TARGET_KERNEL_BZIMAGE + select ADK_PACKAGE_GRUB + help + Support for PCengines ALIX Boards. + |