From 560f9bb446a8049d7be3b0c77bbad9f1de4cb5ba Mon Sep 17 00:00:00 2001 From: woglinde Date: Tue, 17 Mar 2009 14:22:14 +0100 Subject: [PATCH] wrap.conf: no extra kernel-recpie needed use the plain ones --- conf/machine/wrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5