From 4f67e5a333fe40997fc89882a5a25b0779bf05df Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 11 May 2025 05:23:59 +0200 Subject: add system description for axis-89-device-server --- target/cris/systems/axis-89-device-server | 10 ++++++++++ target/linux/Config.in.kernelcfg | 1 + 2 files changed, 11 insertions(+) create mode 100644 target/cris/systems/axis-89-device-server diff --git a/target/cris/systems/axis-89-device-server b/target/cris/systems/axis-89-device-server new file mode 100644 index 000000000..80449caea --- /dev/null +++ b/target/cris/systems/axis-89-device-server @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_AXIS_89_DEVICE_SERVER + bool "Axis 89 Device Server" + select ADK_TARGET_CPU_CRIS_CRISV32 + select ADK_TARGET_WITH_MTD + select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_KERNEL_ZIMAGE + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Axis 89 Device Server + diff --git a/target/linux/Config.in.kernelcfg b/target/linux/Config.in.kernelcfg index f8d33d5b7..0fed13df7 100644 --- a/target/linux/Config.in.kernelcfg +++ b/target/linux/Config.in.kernelcfg @@ -72,6 +72,7 @@ config ADK_TARGET_LINUX_KERNEL_DEFCONFIG default "default_defconfig" if ADK_TARGET_ARCH_KVX default "ci20_defconfig" if ADK_TARGET_SYSTEM_IMGTEC_CI20 default "lemote2f_defconfig" if ADK_TARGET_SYSTEM_LEMOTE_FULOONG + default "etraxfs_defconfig" if ADK_TARGET_SYSTEM_AXIS_89_DEVICE_SERVER default "" config ADK_TARGET_LINUX_KERNEL_CUSTOMCONFIG_PATH -- cgit v1.2.3