aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorMartin Dietze <mdietze@gmail.com>2014-01-03 18:41:29 +0100
committerMartin Dietze <mdietze@gmail.com>2014-01-03 18:41:29 +0100
commitb7a871238d9afa79ee6741d496ed23031bb3c6ab (patch)
treeabf6cd7bedca9e9bc5073dd88b4f95fcad4b250e /conf/machine
parente2c6cadfa26868cab88af89acab4071b94e30153 (diff)
downloadopenembedded-b7a871238d9afa79ee6741d496ed23031bb3c6ab.tar.gz
Fixed wpa supplicant: madwifi was not activated.
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/mtx-1.conf1
-rw-r--r--conf/machine/mtx-2.conf1
-rw-r--r--conf/machine/mtx-3.conf1
-rw-r--r--conf/machine/mtx-3a.conf1
4 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/mtx-1.conf b/conf/machine/mtx-1.conf
index 33a69f45b3..3b61d72d4e 100644
--- a/conf/machine/mtx-1.conf
+++ b/conf/machine/mtx-1.conf
@@ -3,6 +3,7 @@
#@DESCRIPTION: Machine configuration for the mtx-1 (aka MeshCube)
TARGET_ARCH = "mipsel"
+MACHINE_FEATURES = "pci usbhost usbgadget ethernet serial"
PACKAGE_ARCHS = "all mipsel ${MACHINE}"
PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-1"
diff --git a/conf/machine/mtx-2.conf b/conf/machine/mtx-2.conf
index 438c1fed79..a56f3dbd9c 100644
--- a/conf/machine/mtx-2.conf
+++ b/conf/machine/mtx-2.conf
@@ -3,6 +3,7 @@
#@DESCRIPTION: Machine configuration for the mtx-2 (aka SurfBox 2nd generation)
TARGET_ARCH = "mipsel"
+MACHINE_FEATURES = "pci usbhost usbgadget ethernet serial"
PACKAGE_ARCHS = "all mipsel ${MACHINE}"
PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-2"
diff --git a/conf/machine/mtx-3.conf b/conf/machine/mtx-3.conf
index d6d14d86df..5deaddb83a 100644
--- a/conf/machine/mtx-3.conf
+++ b/conf/machine/mtx-3.conf
@@ -8,6 +8,7 @@
# TARGET_ARCH should be set here in the machine configuration.
# For compiling the kernel, ARCH will be derived form it by kernel-arch.bbclass
TARGET_ARCH = "arm"
+MACHINE_FEATURES = "pci usbhost usbgadget ethernet serial"
require conf/machine/include/tune-arm926ejs.inc
diff --git a/conf/machine/mtx-3a.conf b/conf/machine/mtx-3a.conf
index cb1b129660..8d8107a691 100644
--- a/conf/machine/mtx-3a.conf
+++ b/conf/machine/mtx-3a.conf
@@ -5,6 +5,7 @@
include conf/machine/mtx-3.conf
TARGET_ARCH = "arm"
+MACHINE_FEATURES = "pci usbhost usbgadget ethernet serial"
PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3a"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"
USE_VT = "0"