diff options
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/dm355-leopard.conf | 2 | ||||
| -rw-r--r-- | conf/machine/wrap.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/dm355-leopard.conf b/conf/machine/dm355-leopard.conf index a9699499b7..5131488577 100644 --- a/conf/machine/dm355-leopard.conf +++ b/conf/machine/dm355-leopard.conf @@ -13,7 +13,7 @@ UBOOT_ENTRYPOINT = "0x80008000" SERIAL_CONSOLE ?= "115200 ttyS0" -MACHINE_FEATURES = "kernel26 alsa" +MACHINE_FEATURES = "kernel26 alsa ethernet usbhost usbgadget mmc" require conf/machine/include/tune-arm926ejs.inc diff --git a/conf/machine/wrap.conf b/conf/machine/wrap.conf index 92720043f2..1fc75ebe94 100644 --- a/conf/machine/wrap.conf +++ b/conf/machine/wrap.conf @@ -5,7 +5,7 @@ TARGET_ARCH = "i486" PACKAGE_EXTRA_ARCHS = "i386 x86" -PREFERRED_PROVIDER_virtual/kernel = "linux-wrap-geode" +PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" # Serial console settings for sysvinit |
