From dbfdeaeb46453d300b975dcfb6790f3b16f9e6b5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 26 Nov 2010 15:18:01 +0100 Subject: implement the concept of target choice by embedded system or architecture you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. --- target/linux/config/Config.in.netdevice | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/config/Config.in.netdevice') diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index 0836e224d..a6a274813 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -78,7 +78,7 @@ config ADK_KPACKAGE_KMOD_E1000 select ADK_KERNEL_NETDEVICES select ADK_KERNEL_NET_ETHERNET select ADK_KERNEL_NETDEV_1000 - default y if ADK_HARDWARE_IBMX40 + default y if ADK_HARDWARE_IBM_X40 default y if ADK_HARDWARE_QEMU_X86 default y if ADK_HARDWARE_QEMU_X86_64 default n @@ -95,7 +95,7 @@ config ADK_KPACKAGE_KMOD_SKY2 select ADK_KERNEL_NETDEVICES select ADK_KERNEL_NET_ETHERNET select ADK_KERNEL_NETDEV_1000 - default y if ADK_HARDWARE_SHUTTLE + default y if ADK_HARDWARE_SHUTTLE_SA76G2 default n help @@ -185,7 +185,7 @@ config ADK_KPACKAGE_KMOD_ATH5K select ADK_KERNEL_ATH_COMMON select ADK_KPACKAGE_KMOD_MAC80211 depends on ADK_TARGET_WITH_MINIPCI || ADK_TARGET_WITH_PCI - default y if ADK_HARDWARE_IBMX40 + default y if ADK_HARDWARE_IBM_X40 default n help Driver for Atheros 5xxx/24xx cards. -- cgit v1.2.3